-
As per RFC 6455, if the client includes a `Sec-WebSocket-Protocol` header, the server must pick one of the available protocols and send back a `Sec-WebSocket-Protocol` header with the selection made. …
-
Websocket fragment support, as required by RFC 6455, seems to be missing. Chrome fragments large messages > 128K, which nchan is unable to support, causing the websocket to be closed. Specifically, i…
-
The RFC 6455 that describes websockets ('The WebSocket Protocol') outlines in section 3 (https://tools.ietf.org/html/rfc6455#section-3) that query params should be allowed. Adding query params to the …
-
As described in [a ticket for the Python Slack RTM client](https://github.com/slackapi/python-slack-sdk/issues/912#issuecomment-758907895), although [RFC 6455](https://tools.ietf.org/html/rfc6455#sect…
-
After reading [RFC 6455](https://tools.ietf.org/html/rfc6455) and reviewing the code I think that we can make it better in couple ways:
#### Naming
RFC mentions 4 states of connection
- CLOSED, CONNE…
-
[RingSocket](https://github.com/wbudd/ringsocket) follows this [RFC 6455 quote](https://tools.ietf.org/html/rfc6455#section-5.5.3) to the letter:
> If an endpoint receives a Ping frame and has not …
wbudd updated
3 years ago
-
**Describe the bug**
### Versoin org.springframework.cloud:`2021.0.0` and `2021.0.3-SNAPSHOT` is exist problem。 version `Hoxton.RELEASE` is normal。
```
Not config is property `spring.clou…
-
Per RFC 6455 `10.4. Implementation-Specific Limits` client can choose a maximum frame size. It seems that in
`private byte[] frame(int opcode, byte [] data, int errorCode, int dataOffset, int dataL…
jhihn updated
4 years ago
-
**Is your feature request related to a problem? Please describe.**
I was trying to integrate websocket server inside squirrel via its api. I created function StartWebsocketServer(host, port, timeout)…
-
Let's add some nice conceptual documentation/background info for how the websocket class fits in with the rest of the library.
https://github.com/charJe/portal/blob/master/portal.lisp#L220