diff options
| author | Will Hawkins <[email protected]> | 2023-05-23 18:00:07 -0400 |
|---|---|---|
| committer | Will Hawkins <[email protected]> | 2023-06-02 10:10:46 -0400 |
| commit | 4c8ac8a5691b57f43cff4df221736df159646400 (patch) | |
| tree | 2843e76330847193b40fe2573d59c01d0b820f62 /stabilizer/algorithm.go | |
| parent | 6ed3213da8666b9e4e51ae232f2109663d28306e (diff) | |
[Bugfix] Global adherence to max concurrent streams
If a connection in a connection pool is asked for an additional stream
that puts it over the limit of the max concurrent connections, the
connection pool will spawn a new connection. This behavior is not what
we want -- we would prefer that the new connection just wait its turn.
Setting the `http2/Transport.StrictMaxConcurrentStreams` flag will
accomplish that.
Diffstat (limited to 'stabilizer/algorithm.go')
0 files changed, 0 insertions, 0 deletions
