mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-18 03:46:45 +00:00
silence websocket.CloseAbnormalClose
We get this when windows are closed, so really should treat it just like any other close.
This commit is contained in:
@@ -172,5 +172,6 @@ func IsExpectedWSCloseError(err error) bool {
|
||||
websocket.CloseNormalClosure,
|
||||
websocket.CloseGoingAway,
|
||||
websocket.CloseNoStatusReceived,
|
||||
websocket.CloseAbnormalClosure,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user