Sam Ford 403a4d4a49
Curl: Check all responses for protected cookies
The response from a URL protected by Cloudflare may only provide a
relevant cookie on the first response but
`#curl_http_content_headers_and_checksum` only returns the headers of
the final response. In this scenario, `#curl_check_http_content` isn't
able to properly detect the protected URL and this is surfaced as an
error instead of skipping the URL.

This resolves the issue by including the array of response hashes in
the return value from `#curl_http_content_headers_and_checksum`, so
we can check all the responses in `#curl_check_http_content`.
2022-05-25 16:50:03 -04:00
..
2021-01-10 09:25:46 -08:00
2021-12-24 21:15:21 -05:00
2022-01-18 21:13:39 -05:00
2021-11-16 08:45:59 -08:00
2020-11-30 00:00:02 +01:00