changeset 110761:d131be972bc8

(url-http-wait-for-headers-change-function): Revert previous change. It lead to really slow loads.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Mon, 04 Oct 2010 21:34:35 +0200
parents ad76d32381df
children d6e88106c5b8
files lisp/url/ChangeLog lisp/url/url-http.el
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <rgm@gnu.org>
 
--- 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