113
114
relpath = environ['bzrlib.relpath']
114
115
transport = self.backing_transport.clone(relpath)
117
117
request_data_length = int(environ['CONTENT_LENGTH'])
118
118
request_data_bytes = environ['wsgi.input'].read(request_data_length)
120
121
if smart_protocol_request.next_read_size() != 0:
121
122
# The request appears to be incomplete, or perhaps it's just a
122
123
# newer version we don't understand. Regardless, all we can do