You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jwheare reports that the current Oragono master prioritizes the server preference order for websocket subprotocol negotiation over the client's, contradicting the latest draft:
and there's an open issue gorilla/websocket#480 to make it customizable, but it seems stalled. Given the current frozen state of gorilla's development, we can probably just fork the repo and invert the two relevant lines.
The text was updated successfully, but these errors were encountered:
@jwheare reports that the current Oragono master prioritizes the server preference order for websocket subprotocol negotiation over the client's, contradicting the latest draft:
https://usercontent.irccloud-cdn.com/file/Z2iB4d0B/image.png
This is hardcoded in Gorilla:
https://github.com/gorilla/websocket/blob/c3dd95aea9779669bb3daafbd84ee0530c8ce1c1/server.go#L99
and there's an open issue gorilla/websocket#480 to make it customizable, but it seems stalled. Given the current frozen state of gorilla's development, we can probably just fork the repo and invert the two relevant lines.
The text was updated successfully, but these errors were encountered: