-
Per the summary.
#### Affected Versions
[1.9.42, 2.1.7]
-
I don't know much about websockets. Sorry if this is a noob question.
What if a client send a large chunk of data to the server? It seems currently the server would try to parse the message anyways. …
-
Per the summary.
#### Affected Versions
[1.9.42, 2.1.7]
-
Per the summary.
#### Affected Versions
[1.9.42, 2.1.7]
-
For the Web, we need to be able to access the headers of the response to the initial HTTP request.
-
When I send a ping frame through WebSocket to aria2, it responds with an Invalid request error. By itercepting the packet going to aria2 it's clearly visible that no payload is sent. I wonder if it wo…
-
Module: ws
Issue: DoS due to excessively large websocket message
Overview: ws is a "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date…
-
A new websocket extension was recently released for Lucee 5.1, but does not appear to work with IIS/Boncode because the Boncode adapter does not pass websocket requests through to Tomcat. If this can …
-
Hello! First of all thanks for a great work on implementing SockJS server in Go.
I looked through code but have not found raw WebSocket endpoint - i.e. something like `ws://localhost:8000/echo/websoc…
-
Not all CloseCode are meant to sent over wire. For example, 1006\. It is used to indicate to Endpoint that close is initiated locally, not remotely. Does spec want to clarify further on how RI should …