Double http.response.start appears as 200 despite the error
#2750
Unanswered
nggit
asked this question in
Potential Issue
Replies: 1 comment 2 replies
-
|
The request line is sent first, we don't wait for the first body chunk to send that line. Hypercorn does wait. I think this behavior is documented in the docs, if not, we should. But it's mentioned somewhere... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Only a minor issue. Does not cause problems in production applications.
Terminal
Browser
Code
Running uvicorn 0.38.0 with CPython 3.12.11 on Linux
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions