emikulic / darkhttpd

When you need a web server in a hurry.
https://unix4lyfe.org/darkhttpd/
ISC License
1.03k stars 83 forks source link

HTTP2 header compatibility #15

Closed Hill-98 closed 2 years ago

Hill-98 commented 2 years ago

If drakhttpd is behind some HTTP2 reverse proxy (like haproxy), it doesn't read the HTTP Header very well, because the http2 header is all lowercase.

Is there any compatibility we can do?

emikulic commented 2 years ago

Good catch. I guess that part of header parsing should be case insensitive.