##// END OF EJS Templates
wireproto: document quirk of _callstream between http and ssh...
Augie Fackler -
r28435:176736af default
parent child Browse files
Show More
@@ -396,9 +396,12 b' class wirepeer(peer.peerrepository):'
396 396 def _callstream(self, cmd, **args):
397 397 """execute <cmd> on the server
398 398
399 The command is expected to return a stream.
399 The command is expected to return a stream. Note that if the
400 command doesn't return a stream, _callstream behaves
401 differently for ssh and http peers.
400 402
401 returns the server reply as a file like object."""
403 returns the server reply as a file like object.
404 """
402 405 raise NotImplementedError()
403 406
404 407 def _callcompressable(self, cmd, **args):
General Comments 0
You need to be logged in to leave comments. Login now