aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/language
diff options
context:
space:
mode:
Diffstat (limited to 'pathod/language')
-rw-r--r--pathod/language/http2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathod/language/http2.py b/pathod/language/http2.py
index 2693446e..c0313baa 100644
--- a/pathod/language/http2.py
+++ b/pathod/language/http2.py
@@ -273,7 +273,7 @@ class Request(_HTTP2Message):
req = http.Request(
b'',
self.method.string(),
- b'',
+ b'http',
b'',
b'',
path,