mirror of https://github.com/ansible/ansible.git
uri: Handle HTTP exception raised (#84015)
* Handle HTTP exceptions raised when reading the content such as IncompleteRead Fixes: #83794 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>pull/84592/head
parent
186c716af1
commit
c9097f73a2
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- uri - Handle HTTP exceptions raised while reading the content (https://github.com/ansible/ansible/issues/83794).
|
||||
Loading…
Reference in New Issue