ergochat / ergo

A modern IRC server (daemon/ircd) written in Go.
https://ergo.chat/
MIT License
2.26k stars 180 forks source link

go back to upstream gorilla websocket #2138

Open slingamn opened 6 months ago

slingamn commented 6 months ago

https://github.com/gorilla/websocket/pull/823 was merged and should be in the next tagged release, at which point we can upgrade to the latest maintained version and stop using our fork

slingamn commented 4 months ago

Actually it seems like there are a bunch of problematic regressions (discussion on issue 880 there)

slingamn commented 2 months ago

https://github.com/gorilla/websocket/issues/923