mirror of
https://github.com/fatedier/frp.git
synced 2025-04-23 16:21:25 +00:00
Merge 4732479d324e7b29c3589a0e898e403cbc98bf33 into 01fed8d1a97dce7d19d520877949f6e19054ee54
This commit is contained in:
commit
ac37f3da7e
@ -66,7 +66,8 @@ func NewHTTPReverseProxy(option HTTPReverseProxyOptions, vhostRouter *Routers) *
|
|||||||
req.URL.Scheme = "http"
|
req.URL.Scheme = "http"
|
||||||
reqRouteInfo := req.Context().Value(RouteInfoKey).(*RequestRouteInfo)
|
reqRouteInfo := req.Context().Value(RouteInfoKey).(*RequestRouteInfo)
|
||||||
originalHost, _ := httppkg.CanonicalHost(reqRouteInfo.Host)
|
originalHost, _ := httppkg.CanonicalHost(reqRouteInfo.Host)
|
||||||
|
//recover clean by proxy https://cs.opensource.google/go/go/+/refs/tags/go1.23.4:src/net/http/httputil/reverseproxy.go;l=427
|
||||||
|
req.URL.RawQuery = r.In.URL.RawQuery
|
||||||
rc := req.Context().Value(RouteConfigKey).(*RouteConfig)
|
rc := req.Context().Value(RouteConfigKey).(*RouteConfig)
|
||||||
if rc != nil {
|
if rc != nil {
|
||||||
if rc.RewriteHost != "" {
|
if rc.RewriteHost != "" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user