Doron Somech
|
652834296b
|
problem: ws_transport is missing the path the endpoint name
|
2020-02-06 17:22:28 +02: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 |
|
Matthias Loy
|
c357c378d8
|
fix: websocket url without path
websocket urls without a path caused crash!
|
2020-01-18 23:04:16 +01:00 |
|
Simon Giesecke
|
4c3f115469
|
Problem: raw malloc used unnecessarily
Solution: use std::string instead
|
2019-12-23 14:12:07 +01:00 |
|
Simon Giesecke
|
cb2b377d9f
|
Problem: redundant else after return
Solution: remove else
|
2019-12-08 15:24:48 +01:00 |
|
Simon Giesecke
|
a83c57d0bb
|
Problem: identifiers not conformant with naming convention
Solution: fix identifier names
|
2019-12-08 15:24:48 +01:00 |
|
Luca Boccassi
|
a61db18eee
|
Problem: WSS LAST_ENDPOINT returns WS transport
Solution: add wss_address_t subclass of ws_address_t to override the
to_string method
|
2019-11-28 12:37:53 +00:00 |
|
Luca Boccassi
|
c711941e9a
|
Problem: wildcard port binding does not work with WS sockets
Solution: remove the path from the address when resolving
|
2019-11-28 09:27:05 +00:00 |
|
Luca Boccassi
|
79d75f017c
|
Problem: WS sockets return TCP protocol strings with ZMQ_LAST_ENDPOINT
Solution: use the correct address class when resolving
|
2019-11-28 09:27:05 +00: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 |
|
somdoron
|
a48fdd6a7f
|
problem: ws_engine doesn't send correct host and path
Solution: extract path and host from the address
|
2019-09-05 17:33:38 +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 |
|