failed to close WebSocket: received header with unexpected rsv bits set: true:true:true
未关闭
- 主要语言
- Go
- 星标
- 5.5k
- 派生
- 372
- PR 合并指标
- 30 天内没有已合并 PR
描述
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`?
贡献指南
这个仓库没有索引到贡献指南
调研方向
从报告的关闭错误和 websocket.CloseError 示例开始,然后追踪库对 WebSocket 关闭错误的处理,以确定返回的错误类型。确认该类型是否适合使用 errors.As 进行匹配,并记录结果,以便用户能够可靠地忽略此条件。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- go
- 领域
- networking
- Issue 类型
- 文档
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100