-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump gorilla websocket to 1.5.1+ #14597
Comments
Working in progress gorilla/websocket#863 |
As gorilla/websocket#863 was merged, we can bump the gorilla websocket to the latest version. Fix knative#14597
Ugh... gorilla/websocket#863 was merged but there is still a log noise issue gorilla/websocket#880 in 1.5.1... |
Thanks, we'll track gorilla/websocket#880 then. |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale |
This issue is stale because it has been open for 90 days with no |
/remove-lifecycle stale /assign |
/area build
Since upstream gorilla websocket changed
SetCloseHandler
to handle a returned error fromWriteControl()
:https://github.com/gorilla/websocket/blob/666c197fc9157896b57515c3a3326c3f8c8319fe/conn.go#L1166-L1168
serving's unit test
TestServerShutdown()
started failing as websocket does not returnCloseError
.We temporary pin to gorilla websocket to 1.5.0 but should be fixed.
Please refer to #14588 for the error log.
The text was updated successfully, but these errors were encountered: