增加一些注释、测试等

This commit is contained in:
刘祥超
2021-01-21 11:00:46 +08:00
parent 25e75d9078
commit ec47fc560c
4 changed files with 13 additions and 1 deletions

View File

@@ -853,6 +853,7 @@ func (this *HTTPRequest) requestServerPort() int {
// 设置代理相关头部信息
// 参考https://tools.ietf.org/html/rfc7239
// TODO X-Forwarded-* 系列做成可选项,避免有些源站屏蔽此项
func (this *HTTPRequest) setForwardHeaders(header http.Header) {
if this.RawReq.Header.Get("Connection") == "close" {
this.RawReq.Header.Set("Connection", "keep-alive")