Show More
@@ -164,7 +164,7 class localpeer(peer.peerrepository): | |||
|
164 | 164 | **kwargs) |
|
165 | 165 | cb = util.chunkbuffer(chunks) |
|
166 | 166 | |
|
167 | if bundlecaps is not None and 'HG20' in bundlecaps: | |
|
167 | if exchange.bundle2requested(bundlecaps): | |
|
168 | 168 | # When requesting a bundle2, getbundle returns a stream to make the |
|
169 | 169 | # wire level function happier. We need to build a proper object |
|
170 | 170 | # from it in local peer. |
General Comments 0
You need to be logged in to leave comments.
Login now