undici icon indicating copy to clipboard operation
undici copied to clipboard

Separate HTTP 1 and HTTP 2 into separate dispatchers

Open ronag opened this issue 4 months ago • 3 comments

It seems to me a bit forced to try to have http2 logic inside the http 1.1 client. I think it might make sense to move shared stuff up one level and separate these into a HTTP1Client and HTTP2Client.

ronag avatar Feb 22 '24 19:02 ronag