You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, when our websocket server initiates the closing handshake, it does not wait for the client to reply before closing the connection, which is a (mild?) violation of the protocol.
Bonus mystery: It seems like the autobahn test suite should probably cover this, but we're passing those tests with our incomplete implementation. Could this be related to the mystery of why the server never seems to actually close the underlying TCP connection in our test suite?
Right now, when our websocket server initiates the closing handshake, it does not wait for the client to reply before closing the connection, which is a (mild?) violation of the protocol.
Bonus mystery: It seems like the autobahn test suite should probably cover this, but we're passing those tests with our incomplete implementation. Could this be related to the mystery of why the server never seems to actually close the underlying TCP connection in our test suite?
websocket/websocket_test.go
Lines 325 to 331 in aa7a462
The text was updated successfully, but these errors were encountered: