GNU bug report logs - #6735
`url-http-wait-for-headers-change-function' message when old-http not useful

Previous Next

Package: emacs;

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 6735 in the body.
You can then email your comments to 6735 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6735; Package emacs. (Mon, 26 Jul 2010 20:54:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to MON KEY <monkey <at> sandpframing.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 26 Jul 2010 20:54:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: MON KEY <monkey <at> sandpframing.com>
To: bug-gnu-emacs <at> gnu.org
Subject: `url-http-wait-for-headers-change-function' message when old-http not
	useful
Date: Mon, 26 Jul 2010 16:50:09 -0400
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\




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#6735; Package emacs. (Sun, 03 Jul 2011 13:10:05 GMT) Full text and rfc822 format available.

Message #8 received at 6735 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: MON KEY <monkey <at> sandpframing.com>
Cc: 6735 <at> debbugs.gnu.org
Subject: Re: `url-http-wait-for-headers-change-function' message when old-http
	not useful
Date: Sun, 03 Jul 2011 15:09:32 +0200
MON KEY <monkey <at> sandpframing.com> writes:

> 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.

I've now removed this message in Emacs 24.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




Added tag(s) fixed. Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 03 Jul 2011 13:10:05 GMT) Full text and rfc822 format available.

bug marked as fixed in version 24.1, send any further explanations to 6735 <at> debbugs.gnu.org and MON KEY <monkey <at> sandpframing.com> Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 03 Jul 2011 13:10:05 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 01 Aug 2011 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 12 years and 280 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.