coder / coder/websocket

failed to close WebSocket: received header with unexpected rsv bits set: true:true:true

Aperta
#519 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Go
Stelle
5.5k
Fork
372
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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`?

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.