unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* url-http: "saw end of trailers" -> debug
@ 2005-05-29 22:26 David Reitter
  0 siblings, 0 replies; only message in thread
From: David Reitter @ 2005-05-29 22:26 UTC (permalink / 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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-05-29 22:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-29 22:26 url-http: "saw end of trailers" -> debug David Reitter

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