# HG changeset patch # User Lars Magne Ingebrigtsen # Date 1286220875 -7200 # Node ID d131be972bc82eb90e5314f990e7716691764fad # Parent ad76d32381df3154cc14a5f144eeba2e6ed57042 (url-http-wait-for-headers-change-function): Revert previous change. It lead to really slow loads. diff -r ad76d32381df -r d131be972bc8 lisp/url/ChangeLog --- a/lisp/url/ChangeLog Mon Oct 04 21:05:53 2010 +0200 +++ b/lisp/url/ChangeLog Mon Oct 04 21:34:35 2010 +0200 @@ -2,6 +2,8 @@ * url-http.el (url-http-wait-for-headers-change-function): Protect against url-http-response-status for degenerate documents. + (url-http-wait-for-headers-change-function): Revert previous + change. It lead to really slow loads. 2010-10-03 Glenn Morris diff -r ad76d32381df -r d131be972bc8 lisp/url/url-http.el --- a/lisp/url/url-http.el Mon Oct 04 21:05:53 2010 +0200 +++ b/lisp/url/url-http.el Mon Oct 04 21:34:35 2010 +0200 @@ -1054,8 +1054,7 @@ 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