Skip to content
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

fix: revert gorilla/websocket from 1.5.1 to 1.5.0 #4149

Merged
merged 1 commit into from
Apr 11, 2024
Merged

fix: revert gorilla/websocket from 1.5.1 to 1.5.0 #4149

merged 1 commit into from
Apr 11, 2024

Conversation

wlynxg
Copy link
Contributor

@wlynxg wlynxg commented Apr 11, 2024

WHY

gorilla/websocket 1.5.1 is a problematic version.
There will be a lot of logs about websocket because they use log.Prinf directly in the code to print errors. For details, see: gorilla/websocket#880

And websocket 1.5.1 seems to have changed some other features that should not be added. I think frp should roll back the websocket version to 1.5.0 to avoid these problems.

@fatedier fatedier merged commit 07946e9 into fatedier:dev Apr 11, 2024
2 checks passed
github-actions bot added a commit to aiastia-dockerhub/frp that referenced this pull request Apr 11, 2024
* https://github.com/fatedier/frp:
  show tcpmux proxies on the frps dashboard (fatedier#4152)
  return 504 instead of 404 for proxy type http request timeout (fatedier#4151)
  fix: revert gorilla/websocket from 1.5.1 to 1.5.0 (fatedier#4149)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants