summaryrefslogtreecommitdiff
path: root/tests/compat_ws.c
Commit message (Collapse)AuthorAge
* fixes #474 websocket listen on ws://*:<x> failsGarrett D'Amore2018-05-22
fixes #464 Support NN_WS_MSG_TYPE option (compat) fixes #415 websocket does not honor recv maxsize This fixes a significant (and security) issue in websocket, where the code does not honor a maximum receive size. We've exposed new API (internal) to set the limit on the frame size, and we've changed the default to *unlimited* for that internal API. (But the default for SP sockets, which are the only consumers at present, is still 1MB just like all other SP transports.)