Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[http] Better handle invalid 401 response (#549)
It has been discovered that some servers respond with a 401 without `WWW-Authenticate` header if the original request was sent with creentials. While this is a protocol violation, the user can't fix it, because it is server-side. This PR handles these edge cases more gracefully. Signed-off-by: Jan N. Klug <github@klug.nrw>
- Loading branch information