volution / kawipiko

kawipiko -- blazingly fast static HTTP server -- focused on low latency and high concurrency, by leveraging Go, `fasthttp` and the CDB embedded database
396 stars 10 forks source link

How are the HTTP/1, H2 and H3 protocols switched? #6

Closed kolinfluence closed 1 year ago

kolinfluence commented 1 year ago

can u show the code part where http1.1 or http2 or http3 is switched by browser detection ... or how is it done?

i cant seem to find that part. it's fantastic work by the way.