Matthew Martin ☑ on Nostr: Http/2 and Http/3 as I poorly understand it - has new features that are largely ...
Http/2 and Http/3 as I poorly understand it
- has new features that are largely invisible to the application
- performance comparisons are hard to come by and sometimes show only tiny differences in speed/thruput
- Is not supported by most python webservers
- Middleware terminates the http/x connection so your server doesn't even realize it could be pushing/streaming all your resources back to the client
- has new features that are largely invisible to the application
- performance comparisons are hard to come by and sometimes show only tiny differences in speed/thruput
- Is not supported by most python webservers
- Middleware terminates the http/x connection so your server doesn't even realize it could be pushing/streaming all your resources back to the client