Update
Тестирование ядра / Tester (push) Failing after 11m47s

This commit is contained in:
2026-06-20 12:53:44 +03:00
parent eab8b71214
commit 029de835b3
+1 -1
View File
@@ -24,7 +24,7 @@ def handler_headers(response):
response.headers['Content-Type'] = response.content_type
for key in response.headers:
value = response.headers[key]
raw += key.encode() + b': ' + value.encode() + NEWLINE
raw += key.encode() + b': ' + str(value).encode() + NEWLINE
raw += NEWLINE
return raw