From 8b27dc7d8f4eda06edc425c4e696f4052e227996 Mon Sep 17 00:00:00 2001 From: Tangent 128 Date: Sun, 15 Apr 2018 22:07:21 -0400 Subject: [PATCH] Fix upload tool, keep request active instead of dropping the Response --- src/commands/send.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/commands/send.rs b/src/commands/send.rs index d7932f6..6987f01 100644 --- a/src/commands/send.rs +++ b/src/commands/send.rs @@ -76,7 +76,11 @@ pub fn run(handle: Handle, args: &ArgMatches) -> Box