What is HTTP 408 Request Timeout?
HTTP 408 Request Timeout occurs when a client opens a TCP connection but fails to transmit the complete HTTP request within the server's allotted time window. In scraping pipelines, this rarely means your scraper code is slow. It almost always indicates a degraded proxy node dropping packets, a connection pool exhaustion, or an anti-bot tarpit deliberately stalling the handshake to bleed your concurrency.