This commit is contained in:
Zheng Kai
2023-06-28 16:28:16 +08:00
parent 770510ccdc
commit e76c3dc03c
2 changed files with 3 additions and 15 deletions

View File

@@ -46,6 +46,7 @@ func (pr *row) fetchRemote() (ab []byte, err error) {
pr.httpCode = rsp.StatusCode
err = fmt.Errorf(`status code fail: %d`, rsp.StatusCode)
b.WriteString(err.Error())
b.WriteString("\n\n")
}
b.WriteString("rsp header:\n\n")