Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 #4

Open
skygunner opened this issue Feb 1, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@skygunner
Copy link

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

@skygunner
Copy link
Author

Just tried Nginx's QUIC+HTTP/3 implementation and it works fine, does not have the same issue.

@patrikjuvonen patrikjuvonen added the bug Something isn't working label Dec 24, 2023
@patrikjuvonen patrikjuvonen changed the title The Cloudflare's quiche/http3 implentation has a bug causing epoll_ctl failed (17: File exists), 500 server error while use POST with a body in reverse proxy 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 Dec 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants