mirror of https://github.com/ansible/ansible.git
Handle multiple Content-Type headers correctly (#31238)
* Handle multiple Content-Type headers correctly Avoids situations where mulitple Content-Type headers including charset information can result in errors like ``` LookupError: unknown encoding: UTF-8, text/html ``` * Account for multiple conflicting values for content-type and charset * Add changelog fragmentpull/61252/head
parent
943b4f5a83
commit
1cf43e5017
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- uri - Handle multiple Content-Type headers correctly
|
||||
(https://github.com/ansible/ansible/pull/31238)
|
Loading…
Reference in New Issue