jetty.project/jetty-http2/http2-common
Simone Bordet 999177ccc2 Fixed race sending SETTINGS with INITIAL_WINDOW_SIZE.
Before, the sender was updating the window size after the SETTINGS
frame was written.
This was leading to a race where the receiver saw the updated window
size and sent DATA frames; these were received by the original sender
before it had the chance to update its local window size, causing an
error.
Now, the update of the window size happen just before writing the
SETTINGS frame to avoid this race.
2015-03-25 19:24:28 +01:00
..
src Fixed race sending SETTINGS with INITIAL_WINDOW_SIZE. 2015-03-25 19:24:28 +01:00
pom.xml Fix http2 osgi manifests and tests 2015-02-12 10:32:16 +11:00