You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Generate valid chunked response when returning short circuit answer (#1001)
Prior to this change, this code would return a malformed HTTP response
with a chunk size, then HTTP header, then body, then the final chunk
size, final chunk then zero.
This changes the code to return the header before returning the code.
Furthermore, it does not count the size of the header in the first chunk
size.
0 commit comments