failed to close WebSocket: received header with unexpected rsv bits set: true:true:true
Abierto
- Lenguaje dominante
- Go
- Estrellas
- 5.5k
- Forks
- 372
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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`?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.