What is Partial Response Error?
A partial response error occurs when an HTTP connection drops after the headers are received but before the full response body is transmitted. For scraping pipelines, it is the most dangerous class of network failure because it often masquerades as a successful 200 OK. If your extraction layer doesn't strictly validate payload boundaries, partial responses silently corrupt downstream datasets with truncated HTML or malformed JSON.