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

Connection is terminated in IE10 after 30 seconds #21

Closed
itsuryev opened this issue Jul 22, 2013 · 1 comment
Closed

Connection is terminated in IE10 after 30 seconds #21

itsuryev opened this issue Jul 22, 2013 · 1 comment

Comments

@itsuryev
Copy link

Steps:

  1. Setup server
  2. Connect using IE10, wait 30 seconds
    Actual results: connection is terminated after 30 seconds have passed.
    Debug mode shows following:
...
send> "Upgrade: websocket\r\n"
send> "Connection: Upgrade\r\n"
send> "Sec-WebSocket-Accept: ODUeWROPeM30BTWl3sKfZEaKW38=\r\n"
send> "\r\n"
recv> "\x8A\x80"
recv> "\x1F\x8A\x94I"
recv> ""
Connection closed

Not sure what is this message, other browsers doesn't seem to send it (and connection stays alive).

@gimite
Copy link
Owner

gimite commented Jul 30, 2013

Thanks for the report. There was a bug handling received PONG frame. I committed a fix.

@gimite gimite closed this as completed Jul 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants