summaryrefslogtreecommitdiff
path: root/uclient-fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'uclient-fetch.c')
-rw-r--r--uclient-fetch.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/uclient-fetch.c b/uclient-fetch.c
index 8dcb97b..6a27cde 100644
--- a/uclient-fetch.c
+++ b/uclient-fetch.c
@@ -151,6 +151,11 @@ static void init_request(struct uclient *cl)
static void eof_cb(struct uclient *cl)
{
+ if (!cl->data_eof) {
+ if (!quiet)
+ fprintf(stderr, "Connection reset prematurely\n");
+ error_ret = 4;
+ }
request_done(cl);
}