-
See https://tools.ietf.org/html/rfc7692
Investigate whether we want this.
-
Is there a plan to support rfc7692 ?
[rfc7692](https://tools.ietf.org/html/rfc7692)
-
## 🐶 Brief
We've supported the Websocket debugger (https://github.com/ProxymanApp/Proxyman/issues/182#issuecomment-542508035), but the socket.io doesn;t work well. They are able to connect and sent f…
-
Some browsers know how to do this for websockets and will use it if the server supports it. We should attempt to.
-
### Expected behavior
### Actual behavior
### Steps to reproduce
### Minimal yet complete reproducer code (or URL to code)
### Netty version
### JVM version (e.g. `java -version`)
##…
-
#### Description
I want ws to connect to a self written WebSocket Server based on https://github.com/sta/websocket-sharp.
While the test program works when using NodeJS 10.17.0, it doesn't with v1…
-
## Long story short
I recently upgraded from Aiohttp 2.2.5 to 3.0.6. After that, I got a lot of dropped websocket connections. Through investigation, I found that 2.3.0 introduced the `compression=…
-
A problem with our `permessage-deflate` implementation.
You get the following frames ...
1. TEXT (fin==false, rsv1==true) - payload compressed data
2. CONTINUATION (fin==false, rsv1==true) - pa…
-
Bug #295 has exposed a JVM bug related to the permessage-deflate websocket extension.
To resolve it, a Deflater / Inflater Object Pool should be created and used by WebSocket.
With potential use by G…
-
I'm seeing a decompression assertion failure when the Javascript client connects and sends the second binary message.
It is hitting this assert
https://github.com/IBM-Swift/Kitura-WebSocket-NIO/bl…