mirror of
https://github.com/matrix-org/synapse.git
synced 2025-10-10 23:11:58 +02:00
Return body of response in HttpResponseException
This commit is contained in:
parent
3737329d9b
commit
9f2573eea1
@ -169,8 +169,9 @@ class MatrixFederationHttpClient(object):
|
|||||||
else:
|
else:
|
||||||
# :'(
|
# :'(
|
||||||
# Update transactions table?
|
# Update transactions table?
|
||||||
|
body = yield readBody(response)
|
||||||
raise HttpResponseException(
|
raise HttpResponseException(
|
||||||
response.code, response.phrase, response
|
response.code, response.phrase, body
|
||||||
)
|
)
|
||||||
|
|
||||||
defer.returnValue(response)
|
defer.returnValue(response)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user