We use nghttp2's auto handling of window sizes.
Start out with window size set to 500K and we do two h2 streams (multiple megabytes) over a single connection from a local server.
- The first stream (1) is paused as soon as data arrives.
- The second stream (3) goes through and when it is done, unpauses the stream 1 transfer.