Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
garyburd committed Mar 1, 2017
1 parent 286b5c9 commit 4873052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ func newConnBRW(conn net.Conn, isServer bool, readBufferSize, writeBufferSize in
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
if brw != nil && brw.Reader != nil {
// This code assumes that peek on a reset reader returns
Expand Down

0 comments on commit 4873052

Please sign in to comment.