Age | Commit message (Collapse) | Author |
|
|
|
|
|
connection (closes #2103)
|
|
|
|
|
|
|
|
|
|
This will be used in unit tests to get the data that is sent to clients.
|
|
/api/input
The user can not change this, the variable will be set to 0 in unit tests to
execute the command immediately.
|
|
(websocket connection)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
websocket frame
|
|
|
|
relay.network.compression is set to 0
|
|
|
|
|
|
|
|
(issue #2066)
|
|
|
|
|
|
|
|
|
|
|
|
relay.network.time_window (issue #2066)
|
|
#2066)
|
|
|
|
This extension is used to compress and decompress websocket frames (using
the DEFLATE algorithm, with zlib).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
disconnection (closes #2038)
|
|
It is no more needed to remove `VERS-SSL3.0` because it is no longer in the
default priorities since GnuTLS 3.4.0 (released on 2015-04-08).
|
|
This is not strictly necessary, just in case the function strtol() doesn't
update the pointer.
|
|
|