GNU bug report logs -
#6735
`url-http-wait-for-headers-change-function' message when old-http not useful
Previous Next
Reported by: MON KEY <monkey <at> sandpframing.com>
Date: Mon, 26 Jul 2010 20:54:02 UTC
Severity: minor
Tags: fixed
Fixed in version 24.1
Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
With the function `url-http-wait-for-headers-change-function' in url/url-http.el
when `old-http' is t we are messaged as per following branch:
,----
| (if old-http
| (message "HTTP/0.9 How I hate thee!")
`----
This message has no meaningful use value for users. It should be sent
to *URL-DEBUG* buffer as per `url-debug' insetead e.g.:
,----
| (if old-http
| (url-http-debug "HTTP/0.9 How I hate thee!")
`----
This would seem reasonable esp. as the relevant `url-http-debug'
message may not always get triggered if we've fallen into the debugger
before following conditional has a chance to trigger.
,----
| (old-http
| ;; HTTP/0.9 always signaled end-of-connection by closing the
| ;; connection.
| (url-http-debug
| "Saw HTTP/0.9 response, connection closed means end of document.")
| (setq url-http-after-change-function
| 'url-http-simple-after-change-function))
`----
--
/s_P\
This bug report was last modified 13 years and 328 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.