diff options
author | Peter Wemm <peter@FreeBSD.org> | 2014-05-27 04:39:03 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2014-05-27 04:39:03 +0000 |
commit | 08a60c7e0c84f2e87393c45f74ebca226b7d0fdb (patch) | |
tree | e2b6d2d264043e7026d39b562162c92379814611 /auth/auth.c | |
parent | 8fb9cce2ff815627d3bb41281dbb4c67c240f283 (diff) |
Notes
Diffstat (limited to 'auth/auth.c')
-rw-r--r-- | auth/auth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/auth.c b/auth/auth.c index 6ba3ba5ab59e..811709122a8c 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; } |