Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-06 | Document the commands based Websocket interface | Loïc Hoguin | |
The old interface with ok|reply|stop tuples is deprecated. | |||
2018-11-12 | Add deflate options for Websocket compression | Loïc Hoguin | |
They allow the server to configure what it is willing to accept for both the negotiated configuration (takeover and window bits) and the other zlib options (level, mem_level and strategy). This can be used to reduce the memory and/or CPU footprint of the compressed data, which comes with a cost in compression ratio. |