mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Update chromedp to fix console errors (#1521)
This commit is contained in:
5
vendor/github.com/gobwas/ws/check.go
generated
vendored
5
vendor/github.com/gobwas/ws/check.go
generated
vendored
@@ -109,9 +109,10 @@ func CheckHeader(h Header, s State) error {
|
||||
return ErrProtocolContinuationExpected
|
||||
case !s.Fragmented() && h.OpCode == OpContinuation:
|
||||
return ErrProtocolContinuationUnexpected
|
||||
}
|
||||
|
||||
return nil
|
||||
default:
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
||||
// CheckCloseFrameData checks received close information
|
||||
|
||||
Reference in New Issue
Block a user