v.22.8Improvement

Small Fixes for HTTP Reading and Partial Content Retry

Some small fixes for reading via http, allow to retry partial content in case if 200 OK. #39244 (Kseniia Sumarokova).
Improved HTTP reading robustness by enabling retry for partial content when receiving a 200 OK response.

Why it matters

This feature fixes issues with reading data over HTTP by allowing ClickHouse to retry the reading process if partial content is received despite a 200 OK status. It enhances reliability and ensures data completeness when fetching data via HTTP.

How to use it

No special configuration is required. The fix is applied internally to HTTP reading mechanisms to automatically handle retries on partial content with 200 OK responses.