Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/net/websocket: protocol URL is obsolete (documentation bug) #2255

Closed
gopherbot opened this issue Sep 13, 2011 · 1 comment
Closed

x/net/websocket: protocol URL is obsolete (documentation bug) #2255

gopherbot opened this issue Sep 13, 2011 · 1 comment

Comments

@gopherbot
Copy link

by jbarham:

The websocket package documentation refers to
http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol for the protocol spec.  It
should refer to http://dev.w3.org/html5/websockets/.
@rsc
Copy link
Contributor

rsc commented Sep 15, 2011

Comment 1:

The w3.org spec is about the web browser API for accessing
a web socket connection.  The Go package does not use that API.
The ietf.org spec (which is cited at the bottom of the w3.org spec)
defines the wire protocol.  That's what the package is implementing.
I think the ietf.org link is the correct one for now.
Eventually it will just be 'RFC 12345'.

Status changed to WorkingAsIntended.

@mikioh mikioh changed the title Websocket protocol URL is obsolete (documentation bug) websocket: protocol URL is obsolete (documentation bug) Jan 9, 2015
@mikioh mikioh added the repo-net label Jan 9, 2015
@mikioh mikioh changed the title websocket: protocol URL is obsolete (documentation bug) x/net/websocket: protocol URL is obsolete (documentation bug) Jul 30, 2015
@mikioh mikioh modified the milestone: Unreleased Jul 30, 2015
@golang golang locked and limited conversation to collaborators Aug 5, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants