parent
8aec47af89
commit
09eaa0c920
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ def uri(module, url, dest, user, password, body, method, headers, redirects, soc
|
||||||
r.update(resp_redir)
|
r.update(resp_redir)
|
||||||
r.update(resp)
|
r.update(resp)
|
||||||
try:
|
try:
|
||||||
return r, unicode(content).encode('utf8'), dest
|
return r, unicode(content.decode('unicode_escape')), dest
|
||||||
except:
|
except:
|
||||||
return r, content, dest
|
return r, content, dest
|
||||||
except httplib2.RedirectMissingLocation:
|
except httplib2.RedirectMissingLocation:
|
||||||
|
|
Loading…
Add table
Reference in a new issue