mirror of
https://github.com/WJQSERVER-STUDIO/ghproxy.git
synced 2026-02-03 08:11:11 +08:00
2.0.2 (#36)
* 25w06a * update * 25w06b * update * update changelog * 2.0.2 --------- Co-authored-by: 里見 灯花 <172008506+satomitouka@users.noreply.github.com>
This commit is contained in:
parent
f7e4fe71d7
commit
c90140a898
5 changed files with 24 additions and 2 deletions
|
|
@ -14,3 +14,8 @@ func setRequestHeaders(c *gin.Context, req *http.Request) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
func removeWSHeader(req *http.Request) {
|
||||
req.Header.Del("Upgrade")
|
||||
req.Header.Del("Connection")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue