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 c0313baa..519ee699 100644
--- a/pathod/language/http2.py
+++ b/pathod/language/http2.py
@@ -189,7 +189,7 @@ class Response(_HTTP2Message):
resp = http.Response(
b'HTTP/2.0',
- self.status_code.string(),
+ int(self.status_code.string()),
b'',
headers,
body,