Looks like the upstream C parser fixed a bug recently in HTTP/2 upgrade advertisements that was causing on_body to never be called. All that is needed to fix here is to pull a newer version of nodejs/http-parser. I have already tried this and it works.
Looks like the upstream C parser fixed a bug recently in HTTP/2 upgrade advertisements that was causing
on_body
to never be called. All that is needed to fix here is to pull a newer version of nodejs/http-parser. I have already tried this and it works.(Found by way of em-http-request#333)