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
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)
The text was updated successfully, but these errors were encountered: