docker-nginx-http3
docker-nginx-http3 copied to clipboard
The Cloudflare's quiche/http3 implementation has a bug causing epoll_ctl failed (17: File exists), 500 server error while use POST with a body in reverse proxy
similar to https://stackoverflow.com/questions/69843526/nginx-http-3-phpmyadmin-5-1-1-epoll-ctl1-16-failed-17-file-exists discussing https://giters.com/cloudflare/quiche/issues/640
Looks like Cloudflare won't fixed this anytime soon.
Maybe try to use Nginx's QUIC+HTTP/3 implementation instead, from their quic banch https://hg.nginx.org/nginx-quic
Just tried Nginx's QUIC+HTTP/3 implementation and it works fine, does not have the same issue.