Open
Description
It seems there is no way to set window size in current compress/flate API. (it looks const value now) In http://tools.ietf.org/html/draft-tyoshino-hybi-websocket-perframe-deflate-05, there is a parameter to limit the LZ77 sliding window size. I think I need such API in go.net/websocket. Could you add some API to set window size in future (after Go1)? When tip added new API, could I use the package in Go1 with import "code.google.com/p/go/compress/flate" or so?