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.
1 parent a1aa98a commit 948be7eCopy full SHA for 948be7e
src/httpClient/httpURLConnectionClient.ts
@@ -201,7 +201,7 @@ class HttpURLConnectionClient implements ClientInterface {
201
return reject(err);
202
}
203
} else {
204
- return reject(new Error(`Redirect status ${res.statusCode} but no Location header`));
+ return reject(new Error(`Redirect status ${res.statusCode} - Could not find location in response headers`));
205
206
207
0 commit comments