failed to close WebSocket: received header with unexpected rsv bits set: true:true:true
Open
- Dominant language
- Go
- Stars
- 5.5k
- Forks
- 372
- PR merge metrics
- No merged PRs in 30d
Description
What is the error type of this error so I can ignore it?
Here is an example of an error type within this library.
```go
closeErr := new(websocket.CloseError)
if errors.As(err, closeErr) {
...
}
```
`websocket.CloseError` is an error type within this library.
So, what error type is returned when you receive the error `failed to close WebSocket: received header with unexpected rsv bits set: true:true:true`?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.