Zombie SSE connections not reported in Chrome Dev Tools
Background I’m building a web application for internal use with HTTP/1.1. It will not have TLS, so HTTP/2 is not supported, nor is HTTP/3 or QUIC (these new protocols would solve the problem, but are currently not accessible). The client uses: some static resources some API endpoints (all very fast, all using Fetch API) 2 […]
Zombie SSE connections not reported in Chrome Dev Tools
Background I’m building a web application for internal use with HTTP/1.1. It will not have TLS, so HTTP/2 is not supported, nor is HTTP/3 or QUIC (these new protocols would solve the problem, but are currently not accessible). The client uses: some static resources some API endpoints (all very fast, all using Fetch API) 2 […]
Zombie SSE connections not reported in Chrome Dev Tools
Background I’m building a web application for internal use with HTTP/1.1. It will not have TLS, so HTTP/2 is not supported, nor is HTTP/3 or QUIC (these new protocols would solve the problem, but are currently not accessible). The client uses: some static resources some API endpoints (all very fast, all using Fetch API) 2 […]
Zombie SSE connections leading to stalled HTTP/1.1 requests in Chrome not reported in Dev Tools
Background I’m building a web application for internal use with HTTP/1.1. It will not have TLS, so HTTP/2 is not supported, nor is HTTP/3 or QUIC (these new protocols would solve the problem, but are currently not accessible). The client uses: some static resources some API endpoints (all very fast, all using Fetch API) 2 […]