Firefox 121.0 / 123.0a1 ❌ Edge ✅ I'm not sure if this is a problem with Blazor, Firefox, my PC or some combination of these three. Expected Behavior You should be able to navigate directly to the page. Steps To Reproduce Steps to re-create: Create a new Blazor 8 Web App (defa...
在Firefox 开发者工具中,那些卡住的请求是红色的,没有任何 HTTP 状态代码,大小为“0”,并且“已传输”列中出现 NS_ERROR_NET_RESET。 如果在 nginx 中禁用 HTTP3 / QUIC,仅使用 HTTP1+HTTP2 - 一切正常。 如何调试这个? nginx 配置(基于文档): map $http_upgrade $connection_upgrade { default upgrade;...