Open runa opened 3 years ago
It should work since ConnectionResetError
is a subclass of ConnectionError
per documentation. However, without being able to reproduce the behavior you're seeing, it's impossible to fix.
$ curl -vvvv https://foo/
* Could not resolve host: foo
* Closing connection 0
curl: (6) Could not resolve host: foo
It would be great if you could share a reproducible example!
Hi! I'm using urlwatch to monitor changes on a site that is not yet up, so I'm getting "Connection reset by peer" errors (port is open, but someone closes the request without returning a response.
I would like to ignore this error; but
ignore_connection_errors: true
doesn't seems to catch it.This is the output of curl on this URL