Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-13 | Add the {deflate, boolean()} Websocket command | Loïc Hoguin | |
It allows to temporarily disable Websocket compression when it was negotiated. It's ignored otherwise. This can be used as fine-grained control when some frames do not compress well. | |||
2018-09-21 | Add the {active, boolean()} Websocket command | Loïc Hoguin | |
This command is currently not documented. It allows disabling the reading of incoming data from the socket, and can be used as a poor man's flow control. |