What is Empty Response Body?
Empty response body occurs when a server accepts a TCP connection and returns HTTP headers (often a 200 OK), but drops the connection before transmitting any payload bytes. For scraping pipelines, it is a notoriously difficult failure mode to debug because the network layer reports success while the extraction layer starves. It usually indicates a silent WAF intervention, an upstream timeout, or a malformed request header triggering a stealth drop.