aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/protocols/http2.py
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/protocols/http2.py')
-rw-r--r--libpathod/protocols/http2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/protocols/http2.py b/libpathod/protocols/http2.py
index f57f56f8..a098a14e 100644
--- a/libpathod/protocols/http2.py
+++ b/libpathod/protocols/http2.py
@@ -14,7 +14,7 @@ class HTTP2Protocol:
def read_request(self, lg=None):
self.wire_protocol.perform_server_connection_preface()
- return self.wire_protocol.read_request()
+ return self.wire_protocol.read_request(self.pathod_handler.rfile)
def assemble(self, message):
return self.wire_protocol.assemble(message)