commit | 1f512fc3f05332ba7117626cdfb4e07474e58e60 | [log] [tgz] |
---|---|---|
author | Gary Burd <gary@beagledreams.com> | Thu Apr 28 16:34:18 2016 |
committer | Gary Burd <gary@beagledreams.com> | Thu Apr 28 16:34:18 2016 |
tree | 9cbd19d8f82dd79db288afdd178dadef9abd7357 | |
parent | a724ba452858d5b6d30c22d2d13ae77e1ed67cad [diff] |
Handle invalid close frames Send protocol error if close code or payload are invalid. Fixes Autobahn tests 7.5.1, 7.9.*.
Gorilla WebSocket is a Go implementation of the WebSocket protocol.
The Gorilla WebSocket package provides a complete and tested implementation of the WebSocket protocol. The package API is stable.
go get github.com/gorilla/websocket
The Gorilla WebSocket package passes the server tests in the Autobahn Test Suite using the application in the examples/autobahn subdirectory.
Notes: