How are HTTP/2 connections managed? #128
Unanswered
cheddiefender
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Let's say i make 2 requests in a row, will they both use the same underlying http/2 connection? or is a new one established for each request?
My needs are a little different, i am accessing an api rather than html content on a website, but got-scraping has gotten me past the CDN so much appreciated :)
All reactions