Function: url-http-simple-after-change-function

url-http-simple-after-change-function is a byte-compiled function defined in url-http.el.gz.

Signature

(url-http-simple-after-change-function ST ND LENGTH)

Source Code

;; Defined in /usr/src/emacs/lisp/url/url-http.el.gz
(defun url-http-simple-after-change-function (_st _nd _length)
  ;; Function used when we do NOT know how long the document is going to be
  ;; Just _very_ simple 'downloaded %d' type of info.
  (url-lazy-message "Reading %s..."
                    (funcall byte-count-to-string-function (buffer-size))))