Skip to content
Snippets Groups Projects
Commit 408877d491fb authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

bundle2: feed a binary stream to `peer.unbundle`

This input will have to travel over the wire anyway, so we feed the peer method
with a simple binary stream and rely on the server side to use `readbundle`
to create the python object.

The test output changes because the bundle is created marginally sooner and the
debug output interleaves in a different way.
parent 0a9cae236738
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment