优化代码

This commit is contained in:
GoEdgeLab
2022-01-01 20:15:39 +08:00
parent 6606fa049d
commit be412f5740
16 changed files with 97 additions and 86 deletions

View File

@@ -45,7 +45,7 @@ func (this *HTTPRequest) doAuth() (shouldStop bool) {
if len(method.Realm) > 0 {
headerValue += method.Realm
} else {
headerValue += this.host
headerValue += this.ReqHost
}
headerValue += "\""
if len(method.Charset) > 0 {