summaryrefslogtreecommitdiff
path: root/lisp/url/url-http.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/url/url-http.el')
-rw-r--r--lisp/url/url-http.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el
index 71de213b64b..1c9c8c8a3de 100644
--- a/lisp/url/url-http.el
+++ b/lisp/url/url-http.el
@@ -1054,8 +1054,7 @@ the end of the document."
end-of-headers t)
(url-http-clean-headers)))
- (if (or (not end-of-headers)
- (not url-http-response-status))
+ (if (not end-of-headers)
;; Haven't seen the end of the headers yet, need to wait
;; for more data to arrive.
nil