You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
include http/2 protocol (sending and receiving frames, etc) to the server. This is something I did recently for other reasons (client side, but server side turned up to be trivial after that) and is relatively straightforward.
signal to clients that you support http2 so they use it. Unfortunately, this is done in most practical cases (browsers) in TLS negotiation, and as far as I can see this is outside of woo scope - so it might turn up to be the hard part (but then again, maybe someone knows solution).
And after that, of course, small work to tune the code so that it really is /fastest web server written in any programming language./ - precompile headers, handle window sizes, ...
No description provided.
The text was updated successfully, but these errors were encountered: