Use larger stream window #192
Labels
http2
Problems in `http2` and related packages
performance
Performance related issues
priority: medium
Should be done before the library can be considered complete
Since kazu-yamamoto/http2#130 we no longer have a limited number of workers, but instead have one thread per stream. This means that the warning in
network-control
no longer applies (the emphasized if is no longer true). We should therefore set the stream window size to something larger (256 kB?), with a smaller connection window (2 MB?). This should result in fewer
WINDOW_UPDATE
frames sent.We should verify this reasoning and check that this does not ensure deadlock.
While we're at it: the
numberOfWorkers
parameter ofhttp2
, mirrored assettingsNumberOfWorkers
inhttp2-tls
are both redundant. We should submit PRs to remove them.The text was updated successfully, but these errors were encountered: