Simon Giesecke
|
6a45737073
|
Problem: code duplicated between handshake and out_event
Solution: extract do_handshake member function
|
2020-09-04 16:39:16 +02:00 |
|
Simon Giesecke
|
4c3f115469
|
Problem: raw malloc used unnecessarily
Solution: use std::string instead
|
2019-12-23 14:12:07 +01:00 |
|
somdoron
|
a9bb526403
|
problem: wss transport return incorrect return code for error
Solution: return -1 for errors
|
2019-10-04 20:46:00 +03:00 |
|
somdoron
|
7296fb5b15
|
problem: unsecured websocket is rarely used in production
Solution: support websocket with tls (wss)
|
2019-10-02 08:58:26 +03:00 |
|