Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Motivation: `Bench1Conn10kRequests` performance tester incorrectly used a `NIOLoopBound` to access the `HTTP2StreamMultiplexer` to create streams. Modifications: Access the multiplexer by safely obtaining a reference to the handler. Result: - `Bench1Conn10kRequests` are not broken Co-authored-by: George Barnett <[email protected]>
- Loading branch information