Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lesismal committed Nov 21, 2023
1 parent 28841a7 commit 0097556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbhttp/websocket/upgrader.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ type Upgrader struct {
// false: don't try to transfer.
//
// Notice:
// Only `net.TCPConn` and `llib's blocking tls.Conn` can be transfered to nonblocking.
// Only `net.TCPConn` and `llib's blocking tls.Conn` can be transferred to nonblocking.
BlockingModTrasferConnToPoller bool

// BlockingModSendQueueInitSize represents the init size of a Conn's send queue,
Expand Down

0 comments on commit 0097556

Please sign in to comment.