We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a54c1b commit 819f9d1Copy full SHA for 819f9d1
close.go
@@ -93,8 +93,7 @@ func CloseStatus(err error) StatusCode {
93
// The connection can only be closed once. Additional calls to Close
94
// are no-ops.
95
//
96
-// The maximum length of reason must be 125 bytes. Avoid
97
-// sending a dynamic reason.
+// The maximum length of reason must be 125 bytes. Avoid sending a dynamic reason.
98
99
// Close will unblock all goroutines interacting with the connection once
100
// complete.
0 commit comments