fix HTTPerror catch all
This commit is contained in:
parent
41299e8b97
commit
c9cb7f9bd2
@ -35,9 +35,7 @@ recipe.add_transform(
|
|||||||
add_response,
|
add_response,
|
||||||
error_map={
|
error_map={
|
||||||
(
|
(
|
||||||
httpx.ConnectError,
|
httpx.HTTPError,
|
||||||
httpx.ConnectTimeout,
|
|
||||||
httpx.ReadTimeout,
|
|
||||||
SSLCertVerificationError,
|
SSLCertVerificationError,
|
||||||
SSLError,
|
SSLError,
|
||||||
): "bad_requests"
|
): "bad_requests"
|
||||||
|
Loading…
Reference in New Issue
Block a user