Merge "keep etag of target source instead of possible_source"
This commit is contained in:
commit
902cb8f8d7
@ -1057,7 +1057,7 @@ class ResumingGetter(object):
|
|||||||
self.used_nodes.append(node)
|
self.used_nodes.append(node)
|
||||||
src_headers = dict(
|
src_headers = dict(
|
||||||
(k.lower(), v) for k, v in
|
(k.lower(), v) for k, v in
|
||||||
possible_source.getheaders())
|
source.getheaders())
|
||||||
|
|
||||||
# Save off the source etag so that, if we lose the connection
|
# Save off the source etag so that, if we lose the connection
|
||||||
# and have to resume from a different node, we can be sure that
|
# and have to resume from a different node, we can be sure that
|
||||||
|
Loading…
x
Reference in New Issue
Block a user