-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Thanks for giving us such an awesome node module!
In HTTP/2, the response headers and status code for a pushed resource shouldn't have to be sent immediately.
It would be very useful if we had the option to defer sending the response headers and status code, giving us the chance to fetch them from another server along with the response body.
The relevant code seems to be in http2/framer.js, in pushFrame(), in the callback to _checkPush. The status code and response headers are compressed and sent immediately.
sebdeckers
Metadata
Metadata
Assignees
Labels
No labels