61b0fa97d7
Motivation: Setting a dependency on the connection is normal and permitted; streams actually default to depending on the connection. Using a PRIORITY frame with a dependency on the connection could reset a previous PRIORITY, change the relative weight, or make all streams dependent on one stream. The previous code was disallowing these usages as it considered depending on the connection to be a validation failure. Modifications: Loosen validation check to also allow depending on the connection. Fix error message when the validation check fails. Result: Setting a dependency on connection would be permitted. Fixes #10416 |
||
---|---|---|
.. | ||
src | ||
pom.xml |