good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 819f9d18 authored by Anmol Sethi's avatar Anmol Sethi
Browse files

close.go: Fix comment fmt

parent 8a54c1b1
Branches
Tags
No related merge requests found
...@@ -93,8 +93,7 @@ func CloseStatus(err error) StatusCode { ...@@ -93,8 +93,7 @@ func CloseStatus(err error) StatusCode {
// The connection can only be closed once. Additional calls to Close // The connection can only be closed once. Additional calls to Close
// are no-ops. // are no-ops.
// //
// The maximum length of reason must be 125 bytes. Avoid // The maximum length of reason must be 125 bytes. Avoid sending a dynamic reason.
// sending a dynamic reason.
// //
// Close will unblock all goroutines interacting with the connection once // Close will unblock all goroutines interacting with the connection once
// complete. // complete.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment