Commit 75a34ff
Attempt websocket reconnection on error code 1011 also (#167)
This error code is documented in RFC 6455, and it's what
hunchensocket (a websocket server for Common Lisp) uses to
signal websocket closure due to timeout. I think this is
a small and reasonable change.
https://datatracker.ietf.org/doc/html/rfc6455
Search for 1011
Co-authored-by: gg <gg@nowhere>1 parent fd25e24 commit 75a34ff
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
0 commit comments