handle spidered relative images correctly

This commit is contained in:
Matthew Hodgson 2016-03-31 23:52:58 +01:00
parent 72550c3803
commit 683e564815
2 changed files with 13 additions and 3 deletions

View file

@ -282,7 +282,7 @@ class SimpleHttpClient(object):
logger.exception("Failed to download body")
raise
defer.returnValue((length, headers))
defer.returnValue((length, headers, response.request.absoluteURI))
# XXX: FIXME: This is horribly copy-pasted from matrixfederationclient.