Add space

This commit is contained in:
dksslq 2023-05-24 19:57:25 +08:00 committed by GitHub
parent f0cb31a6d2
commit db38dbdcc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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