You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/fetching/handler.go
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -18,37 +18,37 @@ type DownloadProgressHandler interface {
18
18
19
19
HandleHttpGetError(fromURLstring, errerror) // The HTTP GET request to download the resource did not receive an HTTP response.
20
20
HandleBadHttpResponse(fromURLstring, codeint) // A bad HTTP response code was received.
21
-
HandleReadError(fromURLstring, errerror) // An error occurred while reading the response body (data) of the resource at the given URL.
21
+
HandleReadError(fromURLstring, errerror, firstByteIndexint64) // An error occurred while reading the response body (data) of the resource at the given URL.
0 commit comments