summaryrefslogtreecommitdiff
path: root/auth/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth/auth.c')
-rw-r--r--auth/auth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/auth.c b/auth/auth.c
index 6ba3ba5ab59e6..811709122a8c4 100644
--- a/auth/auth.c
+++ b/auth/auth.c
@@ -408,6 +408,7 @@ apr_status_t serf__handle_auth_response(int *consumed_response,
consider the reponse body as invalid and discard it. */
status = discard_body(response);
*consumed_response = 1;
+
if (!APR_STATUS_IS_EOF(status)) {
return status;
}