HTTP/2 apply SETTINGS configuration on reply
Open
Bug
Specification
- Dominant language
- Java
- Stars
- 4.1k
- Forks
- 2k
- Avg merge
- 3d 56m
- Merged PRs (30d)
- 48
Description
**Jetty version(s)**
10+
**Description**
Currently, the SETTINGS configuration is applied locally before receiving the SETTINGS reply from the other peer.
This may cause races between the local peer that already has the new configuration, and the remote peer which is not aware of the new configuration.
Contributor guide
Assessment
This issue has not been assessed yet.