emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/url/url-http.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-http.el
Date: Mon, 16 May 2005 06:07:32 -0400

Index: emacs/lisp/url/url-http.el
diff -c emacs/lisp/url/url-http.el:1.10 emacs/lisp/url/url-http.el:1.11
*** emacs/lisp/url/url-http.el:1.10     Mon Feb 14 09:58:33 2005
--- emacs/lisp/url/url-http.el  Mon May 16 10:07:31 2005
***************
*** 827,836 ****
                                                 'text-cursor
                                               'cursor)
                                       'invisible t))
!           (setq url-http-chunked-length (string-to-int (buffer-substring
!                                                         (match-beginning 1)
!                                                         (match-end 1))
!                                                        16)
                  url-http-chunked-counter (1+ url-http-chunked-counter)
                  url-http-chunked-start (set-marker
                                          (or url-http-chunked-start
--- 827,836 ----
                                                 'text-cursor
                                               'cursor)
                                       'invisible t))
!           (setq url-http-chunked-length (string-to-number (buffer-substring
!                                                              (match-beginning 
1)
!                                                              (match-end 1))
!                                                             16)
                  url-http-chunked-counter (1+ url-http-chunked-counter)
                  url-http-chunked-start (set-marker
                                          (or url-http-chunked-start
***************
*** 904,910 ****
                    url-http-content-type (mail-fetch-field "content-type"))
              (if (mail-fetch-field "content-length")
                  (setq url-http-content-length
!                       (string-to-int (mail-fetch-field "content-length"))))
              (widen)))
          (if url-http-transfer-encoding
              (setq url-http-transfer-encoding
--- 904,910 ----
                    url-http-content-type (mail-fetch-field "content-type"))
              (if (mail-fetch-field "content-length")
                  (setq url-http-content-length
!                       (string-to-number (mail-fetch-field "content-length"))))
              (widen)))
          (if url-http-transfer-encoding
              (setq url-http-transfer-encoding




reply via email to

[Prev in Thread] Current Thread [Next in Thread]