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: client can not respond the "ping" message #10156

Closed
fym201 opened this issue Mar 13, 2015 · 1 comment
Closed

x/net/websocket: client can not respond the "ping" message #10156

fym201 opened this issue Mar 13, 2015 · 1 comment

Comments

@fym201
Copy link

fym201 commented Mar 13, 2015

I use the gorilla/websocket server, when send the "ping" message to client ,the client will get "io.EOF" error but not the "io.ErrUnexpectedEOF" on hybi.go line 294. so the server cant not revice the "pong" message

https://github.com/golang/net/blob/master/websocket/hybi.go#L294

@mikioh mikioh changed the title websocket: client can not response the "ping" message websocket: client can not respond the "ping" message Mar 13, 2015
@adg adg changed the title websocket: client can not respond the "ping" message net/websocket: client can not respond the "ping" message Mar 16, 2015
@rsc rsc added this to the Unplanned milestone Apr 10, 2015
@rsc rsc changed the title net/websocket: client can not respond the "ping" message x/net/websocket: client can not respond the "ping" message Apr 14, 2015
@rsc rsc modified the milestones: Unreleased, Unplanned Apr 14, 2015
@rsc rsc removed the repo-net label Apr 14, 2015
@gopherbot
Copy link

CL https://golang.org/cl/13054 mentions this issue.

@golang golang locked and limited conversation to collaborators Aug 5, 2016
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

4 participants