mirror of https://github.com/gorilla/websocket.git
Fix formatting.
This commit is contained in:
parent
286b5c9371
commit
4873052237
2
conn.go
2
conn.go
|
@ -279,7 +279,7 @@ func newConnBRW(conn net.Conn, isServer bool, readBufferSize, writeBufferSize in
|
||||||
readBufferSize = maxControlFramePayloadSize
|
readBufferSize = maxControlFramePayloadSize
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reuse the supplied brw.Reader if brw.Reader's buf is the requested size.
|
// Reuse the supplied brw.Reader if brw.Reader's buf is the requested size.
|
||||||
var br *bufio.Reader
|
var br *bufio.Reader
|
||||||
if brw != nil && brw.Reader != nil {
|
if brw != nil && brw.Reader != nil {
|
||||||
// This code assumes that peek on a reset reader returns
|
// This code assumes that peek on a reset reader returns
|
||||||
|
|
Loading…
Reference in New Issue