-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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: Read/Copy fail with long frames #2134
Labels
Milestone
Comments
Comment 1 by nroos@webware-experts.de: The websocket.Read() does not work either (with long websocket frames). This means i can't even do a "manual" copy with a sufficient large buffer. |
we're still discussing what the right websocket api is. Owner changed to @rsc. Status changed to Accepted. |
mikioh
changed the title
go.net/websocket: Read/Copy fail with long frames
x/net/websocket: Read/Copy fail with long frames
Dec 23, 2014
mikioh
changed the title
x/net/websocket: Read/Copy fail with long frames
websocket: Read/Copy fail with long frames
Jan 4, 2015
rsc
changed the title
websocket: Read/Copy fail with long frames
x/net/websocket: Read/Copy fail with long frames
Apr 14, 2015
So we retired x/net/websocket with an advisory https://pkg.go.dev/golang.org/x/net/websocket?tab=doc to instead use And thus I shall close this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by nroos@webware-experts.de:
The text was updated successfully, but these errors were encountered: