What is ERR_CONNECTION_CLOSED?
ERR_CONNECTION_CLOSED is a network-layer error indicating that the target server or an intermediary proxy abruptly terminated the TCP connection before the HTTP response could be fully transmitted. Unlike a timeout where the connection hangs, this is an active termination — often triggered by a WAF like Cloudflare or Akamai detecting a fingerprint mismatch mid-request, or a proxy pool node dropping the socket due to bandwidth exhaustion. When unhandled, it causes silent data loss and incomplete records in the delivery sink.