We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda74e6 commit 696af24Copy full SHA for 696af24
websocket.go
@@ -23,10 +23,9 @@ type control struct {
23
type Conn struct {
24
subprotocol string
25
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
+ bw *bufio.Writer
+ closer io.Closer
+ client bool
30
31
closeOnce sync.Once
32
closeErr error
0 commit comments