parent
b335eb2412
commit
0c33cc19bb
1 changed files with 4 additions and 1 deletions
|
@ -297,6 +297,9 @@ def uri(module, url, dest, user, password, body, method, headers, redirects, soc
|
|||
r['redirected'] = redirected
|
||||
r.update(resp_redir)
|
||||
r.update(resp)
|
||||
try:
|
||||
return r, unicode(content).encode('utf8'), dest
|
||||
except:
|
||||
return r, content, dest
|
||||
except httplib2.RedirectMissingLocation:
|
||||
module.fail_json(msg="A 3xx redirect response code was provided but no Location: header was provided to point to the new location.")
|
||||
|
|
Loading…
Reference in a new issue