-
Fumitoshi Ukai authored
websocket spec had changed server-side requiements to return an HTTP response with an appropriate error code (such as 400 Bad Request) when it finds client did not send a handshake that matches websocket protocol, rather than just closing connection. It needs to flush out response before closing connection. Fixes issues 2396. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5318072
de3d6472
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Makefile | ||
client.go | ||
hixie.go | ||
hixie_test.go | ||
hybi.go | ||
hybi_test.go | ||
server.go | ||
websocket.go | ||
websocket_test.go |