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