comparison lisp/url/url-http.el @ 63000:a2b860ef5fde

(url-http-chunked-encoding-after-change-function): Use `url-http-debug' instead of `message'.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 04 Jun 2005 18:37:16 +0000
parents d2c21eb619d2
children 58812680c2fd e58cb448e07c
comparison
equal deleted inserted replaced
62999:d2c21eb619d2 63000:a2b860ef5fde
848 (url-http-debug "Saw end of stream chunk!") 848 (url-http-debug "Saw end of stream chunk!")
849 (setq read-next-chunk nil) 849 (setq read-next-chunk nil)
850 (url-display-percentage nil nil) 850 (url-display-percentage nil nil)
851 (goto-char (match-end 1)) 851 (goto-char (match-end 1))
852 (if (re-search-forward "^\r*$" nil t) 852 (if (re-search-forward "^\r*$" nil t)
853 (message "Saw end of trailers...")) 853 (url-http-debug "Saw end of trailers..."))
854 (if (url-http-parse-headers) 854 (if (url-http-parse-headers)
855 (url-http-activate-callback)))))))))) 855 (url-http-activate-callback))))))))))
856 856
857 (defun url-http-wait-for-headers-change-function (st nd length) 857 (defun url-http-wait-for-headers-change-function (st nd length)
858 ;; This will wait for the headers to arrive and then splice in the 858 ;; This will wait for the headers to arrive and then splice in the