Commit 2199e65
authored
Configure the HTTP/2 connection window to 1MB (#400)
Currently, the proxy uses the protocol defaults for HTTP/2 connection
window size (64K). Because this is the same as the stream window size, a
single stream can consume the entire connection window, stalling other
streams.
This change alters the default connection window to be 1MB, supporting
up to 16 stalled streams.
While we primarily care about this setting for client (response)
receiver windows, it seems like a good thing to open the server
(request) receiver window as well (and the configuration is not
currently distinguishable).1 parent 3d4c813 commit 2199e65
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
184 | 187 | | |
185 | 188 | | |
186 | 189 | | |
| |||
302 | 305 | | |
303 | 306 | | |
304 | 307 | | |
305 | | - | |
306 | | - | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
307 | 314 | | |
308 | 315 | | |
309 | 316 | | |
| |||
0 commit comments