Skip to content

Commit 696af24

Browse files
committed
Remove compression TODO
1 parent bda74e6 commit 696af24

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

websocket.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ type control struct {
2323
type Conn struct {
2424
subprotocol string
2525
br *bufio.Reader
26-
// TODO switch to []byte for write buffering for predicting compression in memory maybe
27-
bw *bufio.Writer
28-
closer io.Closer
29-
client bool
26+
bw *bufio.Writer
27+
closer io.Closer
28+
client bool
3029

3130
closeOnce sync.Once
3231
closeErr error

0 commit comments

Comments
 (0)