/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/smart/message.py

  • Committer: Aaron Bentley
  • Date: 2008-09-08 20:26:41 UTC
  • mfrom: (3696 +trunk)
  • mto: (3363.13.5 extras)
  • mto: This revision was merged to the branch mainline in revision 3715.
  • Revision ID: aaron@aaronbentley.com-20080908202641-7w9dyg04344t262b
Merge with bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
        self.request_handler.accept_body(bytes)
121
121
        self.request_handler.end_of_body()
122
122
        if not self.request_handler.finished_reading:
123
 
            raise SmartProtocolError(
 
123
            raise errors.SmartProtocolError(
124
124
                "Conventional request body was received, but request handler "
125
125
                "has not finished reading.")
126
126
        self.responder.send_response(self.request_handler.response)