Prior to this commit the `httpResp` result of `sendHTTPRequest` was examined even in the case where `sendHTTPRequest` returns a non-nil error. This can cause a nil panic since the `httpResp` may be `nil` when the error is not. This commit returns an error from `Req()` immediately when `sendHTTPRequest` returns one. |
||
|---|---|---|
| .. | ||
| helper.go | ||