Comment by londons_explore
Comment by londons_explore 5 hours ago
I think code to implement http/1.1 in whatever software stack they use would have been shorter than the blog post...
Comment by londons_explore 5 hours ago
I think code to implement http/1.1 in whatever software stack they use would have been shorter than the blog post...
To write the code from scratch, sure.
But I'm thinking a few lines of nginx config to proxy http 1.1 to 2
I think you’re severely underestimating the complexity of http/1.1. It’s definitely much simpler than http/2, but it’s a lot of code that needs to be maintained.