Luca Boccassi
|
1668432894
|
Problem: WS might use handshake buffer for data
Solution: check for it before reusing it to avoid overflows
|
2020-08-15 12:25:52 +01:00 |
|
Simon Giesecke
|
406c423c9a
|
Problem: C-style casts used
Solution: use static_cast instead
|
2020-01-27 10:38:00 +01:00 |
|
Simon Giesecke
|
41e3f14d6a
|
Problem: ptr/ref parameters and local variables are non-const but never modified
Solution: add const
|
2020-01-27 10:38:00 +01:00 |
|
Doron Somech
|
60ef14f80b
|
problem: ws_engine don't support WS RFC close control msg
Solution: when peer send a close msg, close the connection
|
2020-01-18 19:30:23 +02:00 |
|
Doron Somech
|
b120ec33a9
|
problem: ws_engine don't support WS RFC ping-pong
Solution: implement both PONG response and producing pings
|
2020-01-18 18:28:00 +02:00 |
|
Simon Giesecke
|
cd954e207d
|
Problem: use of C-style casts
Solution: use static_cast/reinterpret_cast instead
|
2019-12-08 15:24:48 +01:00 |
|
somdoron
|
2018be643a
|
problem: valgrind complain about uninitialized value
Solution: initialize the value
|
2019-10-04 17:13:48 +03:00 |
|
Luca Boccassi
|
10a0baf691
|
Problem: wrong copyright dates in newly added files
Solution: fix them
|
2019-07-16 17:36:44 +01:00 |
|
somdoron
|
39941a0c82
|
problem: browser cannot communicate with zeromq directly
Solution: implement ZWS 2.0 which websocket transport for zeromq
|
2019-07-16 10:12:20 +03:00 |
|