Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Mar 22, 2024
1 parent 71e68c6 commit fafa63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/oonimkall/httpx.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (sess *Session) httpDoLocked(ctx *Context, jreq *HTTPRequest) (*HTTPRespons
defer resp.Body.Close()

if resp.StatusCode != 200 {
return nil, errors.New("xoonirun: HTTP request failed")
return nil, errors.New("httpx: HTTP request failed")
}

rawResp, err := netxlite.ReadAllContext(ctx.ctx, resp.Body)
Expand Down

0 comments on commit fafa63e

Please sign in to comment.