Skip to content

Commit

Permalink
Flag another curl error as possibly spurious
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jul 15, 2021
1 parent 66a6737 commit 5d7a2b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cargo/util/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ fn maybe_spurious(err: &Error) -> bool {
|| curl_err.is_couldnt_resolve_host()
|| curl_err.is_operation_timedout()
|| curl_err.is_recv_error()
|| curl_err.is_send_error()
|| curl_err.is_http2_error()
|| curl_err.is_http2_stream_error()
|| curl_err.is_ssl_connect_error()
Expand Down

0 comments on commit 5d7a2b8

Please sign in to comment.