mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-06 18:10:26 +08:00
优化系统goroutine使用,减少goroutine数量,增加goman查看goroutine数量指令
This commit is contained in:
@@ -952,7 +952,7 @@ func (this *HTTPRequest) requestRemotePort() int {
|
||||
return 0
|
||||
}
|
||||
|
||||
// 情趣的URI中的参数部分
|
||||
// 获取的URI中的参数部分
|
||||
func (this *HTTPRequest) requestQueryString() string {
|
||||
uri, err := url.ParseRequestURI(this.uri)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user