We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af6789 commit 4d93f2dCopy full SHA for 4d93f2d
src/crates-io/lib.rs
@@ -343,7 +343,7 @@ impl Registry {
343
344
match (self.handle.response_code()?, errors) {
345
(0, None) | (200, None) => {},
346
- (503, _) if started.elapsed().as_secs() >= 29 && self.host_is_crates_io() => {
+ (503, None) if started.elapsed().as_secs() >= 29 && self.host_is_crates_io() => {
347
bail!("Request timed out after 30 seconds. If you're trying to \
348
upload a crate it may be too large. If the crate is under \
349
10MB in size, you can email help@crates.io for assistance.")
0 commit comments