Investigate our h2 rx granularity
Categories
(Core :: Networking: HTTP, enhancement, P5)
Tracking
()
People
(Reporter: mayhemer, Unassigned)
Details
(Whiteboard: [necko-triaged])
I can often observe content coming in IMO too small chunks (0.5kB - 4kB) over h2. Each chunk adds some overhead.
Is this expected, actually good or something we may improve by changing something on our side? Like rwin size or its announcement or something?
How does other browsers behave? Is this server specific?
I promised to provide a log where this can be clearly demonstrated, so ni? myself.
| Reporter | ||
Comment 1•7 years ago
|
||
(to get it off the triage list)
| Reporter | ||
Updated•7 years ago
|
| Reporter | ||
Comment 2•6 years ago
|
||
Dragana, could it be caused by us reading small amounts of the data from the socket? like reading only portions of control packets, nearly byte by byte. could it cause the kernel to send small range acks and potentially lead to some kind of disruption of the flow control?
Comment 3•6 years ago
|
||
We should investigate this. Can you make a pcap?
| Reporter | ||
Updated•6 years ago
|
Updated•3 years ago
|
Description
•