~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/http/__init__.py

Implement version 3 of the network protocol. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
524
524
            raise errors.SmartProtocolError(str(e))
525
525
        return body_filelike
526
526
 
 
527
    def should_probe(self):
 
528
        return True
 
529
 
527
530
 
528
531
class SmartClientHTTPMediumRequest(medium.SmartClientMediumRequest):
529
532
    """A SmartClientMediumRequest that works with an HTTP medium."""