Closed the-mikedavis closed 3 years ago
closes #1
uses continuations (t:Enumerable.continuation/0) to suspend a stream temporarily while our little client here waits for the server to give us more WINDOW_UPDATE frames (the HTTP2 client->server request backpressure mechanism)
t:Enumerable.continuation/0
closes #1
uses continuations (
t:Enumerable.continuation/0
) to suspend a stream temporarily while our little client here waits for the server to give us more WINDOW_UPDATE frames (the HTTP2 client->server request backpressure mechanism)