The reasoning behind the change was that some errors (such as 401) are automatically considered SessionError and http-based crawlers don't take ignore_htttp_error_status_codes into account for them. While uncommon, it should be possible to explicitly ignore any status code.
The reasoning behind the change was that some errors (such as 401) are automatically considered
SessionErrorand http-based crawlers don't takeignore_htttp_error_status_codesinto account for them. While uncommon, it should be possible to explicitly ignore any status code.