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 has been archived by the owner on Nov 6, 2022. It is now read-only.
There is a separate callback for chunk_header, if you need it. Usually, though, it would unwise to have a different API for chunked-encoding and fixed bodies.
When I test the bench code, I find some issue. Is it a bug?
When the
on_body
called, the input pointerat
pointed tohello world
,NOT
tob
.Why?
https://github.com/nodejs/http-parser/blob/master/bench.c#L45
And if it's
NOT
a bug, why?The text was updated successfully, but these errors were encountered: