Skip to content

Commit 27cc45a

Browse files
committed
Revert "*: use watchdogConn also for paginated requests"
This reverts commit a71d8bf.
1 parent a71d8bf commit 27cc45a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/github.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func (c Client) getPaginated(uri string) (io.ReadCloser, error) {
182182
return // We're done.
183183
}
184184

185-
resp, err := client.Get(URL)
185+
resp, err := http.Get(URL)
186186
links = linkheader.Parse(resp.Header.Get("Link"))
187187
if err != nil {
188188
w.CloseWithError(err)

0 commit comments

Comments
 (0)