input/curl: disable CURLOPT_FAILONERROR
Let OnHeaders() check the status. The status checking code was added by commit4f021cbced
in 2011, but in 2008, commita8e81326d0
enabled `CURLOPT_FAILONERROR`, which means the status checking code never had any effect. This allows `LoadExcludeListOrLog()` to hide boring "404 Not Found" log messages via `IsFileNotFound()`.
This commit is contained in:
Reference in New Issue
Block a user