
The `#curl_http_content_headers_and_checksum` method previously parsed responses from `curl` output even if `status.success?` wasn't `true`. A recent commit of mine moved the parsing logic behind this guard but it's now leading to a "...is not reachable" error when a URL involves a large download that takes longer than 25 seconds to finish and hits the timeout. This commit resolves the issue for the time being by moving related logic back to its previous location, where it isn't guarded by `status.success?`.
Library
This directory contains all the code run by the official brew
command in Homebrew
and all formulae (package descriptions) in taps (repositories containing formulae) in Taps
subdirectories.