node-http2 icon indicating copy to clipboard operation
node-http2 copied to clipboard

Pushed response very slow

Open Pajn opened this issue 8 years ago • 1 comments

Files pushed are downloaded very slow compared to regularly served files.

Can be reproduced using the server example but changing the main file to an html file that request the pushed file so the browser aren't just ignoring the pushed file.

Pajn avatar Apr 23 '16 20:04 Pajn

This needs a lot more information - how much slower? Are there any pulled streams being served at the same time as a push? If so, does the pushed stream speed up when the pulled stream is finished? Does this happen even with connections on localhost? Can you provide logs from both the client and server, as well as a pcap with the pre-master key log so I can view traffic?

nwgh avatar Aug 02 '16 13:08 nwgh