mirror of https://github.com/ansible/ansible.git
Fixing HTTPError case of fetch_url for Python 3 compatibility. (#45628)
* Fixing HTTPError case of fetch_url for Python 3 compatibility. * Adding unit test. * PEP8. * Changelog.pull/45405/merge
parent
3f9a08b056
commit
1a14c50ab7
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "fetch_url did not always return lower-case header names in case of HTTP errors (https://github.com/ansible/ansible/pull/45628)."
|
||||
Loading…
Reference in New Issue