bneradt commented on PR #13447: URL: https://github.com/apache/trafficserver/pull/13447#issuecomment-5721008261
This PR now also fixes the stream/session receive-window initialization bug. SETTINGS_INITIAL_WINDOW_SIZE uses the configured stream window; the enlarged session window is used only for the connection WINDOW_UPDATE. Policy 1 retains the fixed stream limit, and policy 2 still adjusts stream windows dynamically after stream creation. A new wire regression checks policies 0/1/2 at 65,535 and 32,768 bytes, including the initial SETTINGS, independent connection window, and one/two/three concurrent open streams. All four policy-1/2 cases fail against the old binary; policy-0 controls pass. All six pass with the fix. Validation: build, formatting, 151 selected CTest cases, and eight focused AuTest files pass, including the full flow-control suite and existing H2-to-origin tests. Tests that encountered port collisions during simultaneous branch runs passed on rerun. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
