DescriptionFix max_concurrent_streams == 0 behavior.
|max_concurrent_streams == 0| means no more stream can be created. It does not
mean there is no limit on the number of streams.
Also add regression test. I locally verified that the test fails without the
fix.
Also remove SpdySession::max_concurrent_streams() accessor that was only used in
one place, in a test that is friends with SpdySession anyway so it can directly
access the member in question.
BUG=481009
Committed: https://crrev.com/16f6d4649cd3cc28a416c155dcde5c26eaddafb3
Cr-Commit-Position: refs/heads/master@{#370723}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|