Is there an existing issue for this?
Current Behavior
in this line
|
if err := r.Close(); err != nil { |
and this line
|
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
Is there an existing issue for this?
Current Behavior
in this line
websocket/compression.go
Line 138 in ac0789b
and this line
websocket/conn.go
Line 1024 in ac0789b
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 pipeSteps To Reproduce
Anything else?
2023/10/30 21:56:02 websocket: discarding reader close error: io: read/write on closed pipe