unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: David Reitter <david.reitter@gmail.com>
Subject: url-http: "saw end of trailers" -> debug
Date: Sun, 29 May 2005 23:26:41 +0100	[thread overview]
Message-ID: <28DF9CC2-C197-4821-A75F-F1C30FE00A07@gmail.com> (raw)

The url-http function shows a message "saw end of trailers", which  
seems to be a debug function rather than something the end-user  
should get to see.

I suggest the following change, in url-http.el, function url-http- 
chunked-encoding-after-change-function:


*** /Users/dr/Projects/emacs/lisp/url/url-http.el       Mon May 23  
08:46:45 2005--- url-http.el Sun May 29 23:22:26 2005
***************
*** 849,855 ****
                   (url-display-percentage nil nil)
                   (goto-char (match-end 1))
                   (if (re-search-forward "^\r*$" nil t)
!                     (message "Saw end of trailers..."))
                   (if (url-http-parse-headers)
                       (url-http-activate-callback))))))))))

--- 849,855 ----
                   (url-display-percentage nil nil)
                   (goto-char (match-end 1))
                   (if (re-search-forward "^\r*$" nil t)
!                     (url-http-debug "Saw end of trailers..."))
                   (if (url-http-parse-headers)

                 reply	other threads:[~2005-05-29 22:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=28DF9CC2-C197-4821-A75F-F1C30FE00A07@gmail.com \
    --to=david.reitter@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).