mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Update chromedp to fix console errors (#1521)
This commit is contained in:
2
vendor/github.com/gobwas/ws/wsutil/handler.go
generated
vendored
2
vendor/github.com/gobwas/ws/wsutil/handler.go
generated
vendored
@@ -194,7 +194,7 @@ func (c ControlHandler) HandleClose(h ws.Header) error {
|
||||
// If an endpoint receives a Close frame and did not previously
|
||||
// send a Close frame, the endpoint MUST send a Close frame in
|
||||
// response. (When sending a Close frame in response, the endpoint
|
||||
// typically echos the status code it received.)
|
||||
// typically echoes the status code it received.)
|
||||
_, err := w.Write(p[:2])
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user