Closed
Description
Epic #8858
Today we have a maximum number streams per HTTP/2 connection and we could take advantage of that to pool and reuse the underlying HTTP/2 stream instead of making a new one every request. This should be a massive saving in allocations and will trend towards our HTTP/1 allocation profile.
POC: https://github.com/aspnet/AspNetCore/pull/6130/files