Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(H2 Client): bind stream 'data' listener only after received 'resp…
…onse' event (nodejs#2985) * fix(fetch): pause stream if data is received before headers in HTTP/2 * Revert "fix(fetch): pause stream if data is received before headers in HTTP/2" This reverts commit cd2eaf4. * fix(H2 Client): pause stream if response data is sent before response event * Revert "fix(H2 Client): pause stream if response data is sent before response event" This reverts commit 9219ee3. * fix(H2 Client): bind stream 'data' listener once 'response' is triggered ref: https://nodejs.org/api/http2.html#clienthttp2sessionrequestheaders-options --------- Co-authored-by: Stefano <stefano@agaweb.it>
- Loading branch information