Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d23832a2
Commit
d23832a2
authored
Oct 04, 2010
by
Lars Magne Ingebrigtsen
Browse files
(url-http-wait-for-headers-change-function): Revert previous
change. It lead to really slow loads.
parent
697ebdb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
lisp/url/ChangeLog
lisp/url/ChangeLog
+2
-0
lisp/url/url-http.el
lisp/url/url-http.el
+1
-2
No files found.
lisp/url/ChangeLog
View file @
d23832a2
...
...
@@ -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>
...
...
lisp/url/url-http.el
View file @
d23832a2
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment