mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #4149] [MERGED] fix: revert gorilla/websocket from 1.5.1 to 1.5.0 #4929
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#4929
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/4149
Author: @wlynxg
Created: 4/11/2024
Status: ✅ Merged
Merged: 4/11/2024
Merged by: @fatedier
Base:
dev← Head:dev📝 Commits (1)
e1a91c9fix: revert gorilla/websocket from 1.5.1 to 1.5.0📊 Changes
2 files changed (+3 additions, -3 deletions)
View changed files
📝
go.mod(+1 -1)📝
go.sum(+2 -2)📄 Description
WHY
gorilla/websocket 1.5.1 is a problematic version.
There will be a lot of logs about websocket because they use
log.Prinfdirectly in the code to print errors. For details, see: https://github.com/gorilla/websocket/issues/880And 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.