| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fixes #474 websocket listen on ws://*:<x> fails | Garrett D'Amore | 2018-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.) | |||
