aboutsummaryrefslogtreecommitdiffstats
path: root/pathod
diff options
context:
space:
mode:
Diffstat (limited to 'pathod')
-rw-r--r--pathod/language/http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathod/language/http.py b/pathod/language/http.py
index b2af0864..4cc7db5f 100644
--- a/pathod/language/http.py
+++ b/pathod/language/http.py
@@ -182,7 +182,7 @@ class Response(_HTTPMessage):
status_codes.RESPONSES.get(
status_code,
b"Unknown code"
- )
+ ).encode()
)
return l