b1f30bb40f
(ws cobra_subscribe) add a --fluentd option to wrap a message in an enveloppe so that fluentd can recognize it
Benjamin Sergeant2020-03-09 15:25:43 -07:00
4ef04b8339
(websocket server) fix regression with disabling zlib extension on the server side. If a client does not support this extension the server will handle it fine. We still need to figure out how to disable the option. cc #160Benjamin Sergeant2020-03-02 16:53:08 -08:00
e581f29b42
Move zlib include_directories before add_subdirectory (#159)
Rok Krhlikar2020-02-28 18:30:37 +01:00
4a9b0b9dfd
(server) give thread name to some usual worker threads / unittest is broken !!
Benjamin Sergeant2020-02-23 09:44:58 -08:00
8837d5e784
(websocket server) fix regression from 8.1.2, where per-deflate message compression was always disabled
v8.1.4
Benjamin Sergeant2020-02-22 10:15:43 -08:00
242c945400
(client + server) Fix#155 / http header parser should treat the space(s) after the : delimiter as optional. Fixing this bug made us discover that websocket sub-protocols are not properly serialiazed, but start with a ,
v8.1.3
Benjamin Sergeant2020-02-21 14:05:38 -08:00
4c66a7561e
(WebSocketServer) add option to disable deflate compression, exposed with the -x option to ws echo_server
Benjamin Sergeant2020-02-18 21:38:28 -08:00
111475e65c
(ws cobra to statsd and sentry sender) exit if no messages are received for one minute, which is a sign that something goes wrong on the server side. That should be changed to be configurable in the future
Benjamin Sergeant2020-02-18 12:40:46 -08:00
45061b0b14
(http client + sentry minidump upload) Multipart stream closing boundary is invalid + mark some options as mandatory in the command line toolsj
v8.1.0
Benjamin Sergeant2020-02-13 12:25:18 -08:00
1bb847a51c
bump version for #154 fix which was about removing the unused subtree which was causing some way of installing to break
Benjamin Sergeant2020-02-12 11:21:46 -08:00
c192c9ec96
(snake) add an option to disable answering pongs as response to pings, to test cobra client behavior with hanged connections
v8.0.5
Benjamin Sergeant2020-01-31 16:55:54 -08:00
5f6c54bb90
(snake) add an option to disable answering pongs as response to pings, to test cobra client behavior with hanged connections
Benjamin Sergeant2020-01-31 16:55:54 -08:00
86f6fca703
(IXCobraConnection) set a ping timeout of 90 seconds. If no pong messages are received as responses to ping for a while, give up and close the connection
Benjamin Sergeant2020-01-31 16:25:45 -08:00
f994a41845
(IXCobraConnection) set a ping timeout of 90 seconds. If no pong messages are received as responses to ping for a while, give up and close the connection
Benjamin Sergeant2020-01-31 16:25:45 -08:00
86d3fc8621
quit checkConnection after sleeping if requested to stop (iterate on #151)
Benjamin Sergeant2020-01-28 10:27:30 -08:00
78af792f23
wait with a condition variable instead of a this_thread::sleep_for so that waiting can be cancelled when we stop/shutdown the data thread (see #151)
Benjamin Sergeant2020-01-28 10:04:32 -08:00
422c7ff855
wait with a condition variable instead of a this_thread::sleep_for so that waiting can be cancelled when we stop/shutdown the data thread (see #151)
Benjamin Sergeant2020-01-28 10:04:32 -08:00