多个提示页面增加请求ID、增加变量支持

This commit is contained in:
刘祥超
2021-12-02 14:46:40 +08:00
parent 424f3ae29d
commit 7ae9180bf9
5 changed files with 11 additions and 10 deletions

View File

@@ -224,8 +224,6 @@ func (this *HTTPRequest) doReverseProxy() {
}
}
// TODO 清除源站错误次数
// 特殊页面
if len(this.web.Pages) > 0 && this.doPage(resp.StatusCode) {
err = resp.Body.Close()