修复反向代理Hash调度算法无法生效的Bug

This commit is contained in:
GoEdgeLab
2021-09-20 09:59:24 +08:00
parent 2d3b6c659e
commit 33e3ae9ae9

View File

@@ -34,6 +34,7 @@ func (this *HTTPRequest) doReverseProxy() {
// 源站
requestCall := shared.NewRequestCall()
requestCall.Request = this.RawReq
requestCall.Formatter = this.Format
origin := this.reverseProxy.NextOrigin(requestCall)
requestCall.CallResponseCallbacks(this.writer)
if origin == nil {