emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 15bd081 1/2: Indent url-http-chunked-encoding-after


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 15bd081 1/2: Indent url-http-chunked-encoding-after-change-function
Date: Wed, 15 May 2019 01:12:43 -0400 (EDT)

branch: master
commit 15bd081ce608c9ebdd379dccc728618664d458a6
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Indent url-http-chunked-encoding-after-change-function
---
 lisp/url/url-http.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el
index 662b666..03b863b 100644
--- a/lisp/url/url-http.el
+++ b/lisp/url/url-http.el
@@ -1080,7 +1080,7 @@ the end of the document."
          (if no-initial-crlf (skip-chars-forward "\r\n"))
          (if (not (looking-at regexp))
              (progn
-          ;; Must not have received the entirety of the chunk header,
+               ;; Must not have received the entirety of the chunk header,
                ;; need to spin some more.
                (url-http-debug "Did not see start of chunk @ %d!" (point))
                (setq read-next-chunk nil))
@@ -1099,8 +1099,7 @@ the end of the document."
                                          (or url-http-chunked-start
                                              (make-marker))
                                          (match-end 0)))
-;          (if (not url-http-debug)
-               (delete-region (match-beginning 0) (match-end 0));)
+           (delete-region (match-beginning 0) (match-end 0))
            (url-http-debug "Saw start of chunk %d (length=%d, start=%d"
                            url-http-chunked-counter url-http-chunked-length
                            (marker-position url-http-chunked-start))



reply via email to

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