good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
websocket
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
github
nhooyr
websocket
Commits
819f9d18
Unverified
Commit
819f9d18
authored
Mar 5, 2024
by
Anmol Sethi
Browse files
Options
Downloads
Patches
Plain Diff
close.go: Fix comment fmt
parent
8a54c1b1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
close.go
+1
-2
1 addition, 2 deletions
close.go
with
1 addition
and
2 deletions
close.go
+
1
−
2
View file @
819f9d18
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment