We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
error.request.url
1 parent 416b6cc commit 02b6e44Copy full SHA for 02b6e44
lib/request.js
@@ -44,7 +44,6 @@ function request (requestOptions) {
44
}
45
46
if (status === 304) {
47
- requestOptions.url = response.headers.location
48
throw new HttpError('Not modified', status, headers, requestOptions)
49
50
0 commit comments