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

This commit is contained in:
刘祥超
2021-09-20 09:59:24 +08:00
parent c6b01dc10a
commit 49dafafdc5

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 {