We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5ba46 commit fc99a65Copy full SHA for fc99a65
src/py/reactpy/reactpy/backend/asgi.py
@@ -268,7 +268,7 @@ async def http_response(
268
{
269
"type": "http.response.start",
270
"status": code,
271
- "headers": [(b"content-type", content_type, *headers)],
+ "headers": [(b"content-type", content_type), *headers],
272
}
273
)
274
# Head requests don't need a body
0 commit comments