nemasu / asmttpd

Web server for Linux written in amd64 assembly.
GNU General Public License v2.0
3.03k stars 199 forks source link

Support HTTP/2 #48

Closed sfxworks closed 4 years ago

sfxworks commented 4 years ago

I have a kubernetes ingress controller in front of this. It seems it only works if I disable http/2. Can this be implemented?

nemasu commented 4 years ago

It wont fall back to HTTP/1? I wasn't planning on implementing HTTP/2, or at least, not before things like directory listing.

sfxworks commented 4 years ago

Oh

https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#proxy-http-version

Disregard. Must have been another issue. I will find out.