diff options
Diffstat (limited to 'libmproxy/protocol2/http.py')
-rw-r--r-- | libmproxy/protocol2/http.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmproxy/protocol2/http.py b/libmproxy/protocol2/http.py index 5a25c317..952f6246 100644 --- a/libmproxy/protocol2/http.py +++ b/libmproxy/protocol2/http.py @@ -78,6 +78,7 @@ class Http2Layer(Layer): body_size_limit=self.config.body_size_limit ) self._stream_id = request.stream_id + return request def read_from_server(self, request_method): return HTTPResponse.from_protocol( |