Increase allocation test coverage to encompass new HTTP2Handler direct stream multiplexing.
Modifications:
Duplicate existing relevant allocation tests
Introduce a new test for inline and legacy modes which creates multiple streams and then performs many requests on each. This is to give an indication of the performance change through many requests and window update frames.
Allocation tests for direct stream multiplexing
Motivation:
Increase allocation test coverage to encompass new HTTP2Handler direct stream multiplexing.
Modifications:
Result:
More allocation test coverage.