Open kn007 opened 4 years ago
I using Firefox Nightly to test: nginx with fastcgi without fastcgi cache return HTTP/3 nginx with fastcgi cache return HTTP/2
Firefox Nightly with fastcgi cache return HTTP/3 now(TTFB > 30s first time), but nginx still show [alert] epoll_ctl(1, 34) failed (17: File exists)...
I also encountered a similar bug, how to fix it?
When i using this http3check.net to test http3 with nginx have fastcgi cache:
nginx.log
nginx with fastcgi without fastcgi cache test is fine.
But I using cargo with http3-client and gf.dev is passed.
I don't know where the problem...