]> git.eshelyaron.com Git - emacs.git/commitdiff
Indent url-http-chunked-encoding-after-change-function
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 15 May 2019 04:59:12 +0000 (06:59 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 15 May 2019 04:59:12 +0000 (06:59 +0200)
lisp/url/url-http.el

index 662b6664b134fcd96f2448ada5a6d7b9f54788a1..03b863b69a8514eedc6a7d92ec6a59027c63ff5d 100644 (file)
@@ -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))