mirror of
https://github.com/zhengkai/orca.git
synced 2026-02-10 05:12:27 +08:00
up
This commit is contained in:
@@ -49,7 +49,7 @@ func (pr *row) fetchRemote() (ab []byte, ok bool, err error) {
|
||||
}
|
||||
|
||||
if rsp.StatusCode >= 200 || rsp.StatusCode < 300 {
|
||||
// ok = true
|
||||
ok = true
|
||||
} else {
|
||||
err = fmt.Errorf(`status code fail: %d`, rsp.StatusCode)
|
||||
b.WriteString(err.Error())
|
||||
|
||||
Reference in New Issue
Block a user