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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open
websocket
Commits
47fbf33e
Unverified
Commit
47fbf33e
authored
5 years ago
by
Anmol Sethi
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md now that pings are supported
parent
4de90619
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+0
-2
0 additions, 2 deletions
README.md
with
0 additions
and
2 deletions
README.md
+
0
−
2
View file @
47fbf33e
...
...
@@ -86,8 +86,6 @@ c.Close(websocket.StatusNormalClosure, "")
-
A minimal API is easier to maintain due to less docs, tests and bugs
-
A minimal API is also easier to use and learn
-
Context based cancellation is more ergonomic and robust than setting deadlines
-
No ping support because TCP keep alives work fine for HTTP/1.1 and they do not make
sense with HTTP/2 (see
[
#1
](
https://github.com/nhooyr/websocket/issues/1
)
)
-
net.Conn is never exposed as WebSocket over HTTP/2 will not have a net.Conn.
-
Using net/http's Client for dialing means we do not have to reinvent dialing hooks
and configurations like other WebSocket libraries
...
...
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