Merge remote-tracking branch 'origin/main'

This commit is contained in:
影舞者
2023-11-13 09:45:59 +08:00
7 changed files with 69 additions and 33 deletions
+1 -1
View File
@@ -627,7 +627,7 @@ func DoRequest(req *http.Request, redirect bool) (*Response, error) {
defer oResp.Body.Close()
resp, err := ParseResponse(oResp)
if err != nil {
common.LogError("[-]ParseResponse error: " + err.Error())
common.LogError("[-] ParseResponse error: " + err.Error())
//return nil, err
}
return resp, err