bneradt commented on code in PR #9366:
URL: https://github.com/apache/trafficserver/pull/9366#discussion_r1145277498
##########
tests/gold_tests/h2/http2_flow_control.replay.yaml:
##########
@@ -88,9 +88,9 @@ sessions:
headers:
fields:
- [ X-Response, first-response ]
- - [ Content-Length, 28 ]
+ - [ Content-Length, 1200 ]
Review Comment:
Good question.
This test tests that ATS correctly handles session and stream windows
correctly by passing large bodies with a variety of window sizes. Before HTTP/2
to origin, this test only was significant on the client side. Now we want to
exercise these issues on the server side. Thus the body sizes of responses were
increased. This is not helpful in 9.2 because we don't support HTTP/2 on the
origin side there.
--
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]