-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
in this line
Line 138 in ac0789b
if err := r.Close(); err != nil { |
and this line
Line 1024 in ac0789b
if err := c.reader.Close(); err != nil { |
Expected Behavior
if close duplicate will report this log
2023/10/30 21:56:02 websocket: discarding reader close error: io: read/write on closed pipe
Steps To Reproduce
- create websocket link with "EnableCompression"
- use this websocket write someting
- in server side got log "websocket: discarding reader close error: io: read/write on closed pipe"
Anything else?
2023/10/30 21:56:02 websocket: discarding reader close error: io: read/write on closed pipe
jbonjean, davidnewhall, quorn23, austinwbest, Nypheena and 7 more
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status