]> git.eshelyaron.com Git - emacs.git/commitdiff
url-http.el comment.
authorGlenn Morris <rgm@gnu.org>
Sun, 3 Oct 2010 01:30:51 +0000 (18:30 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 3 Oct 2010 01:30:51 +0000 (18:30 -0700)
lisp/url/url-http.el

index c04c587784185c49800b4672c1b35e64eb442307..1c9c8c8a3de5077a9cebf63af2f3a88953d9fd46 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-http.el --- HTTP retrieval routines
 
-;; Copyright (C) 1999, 2001, 2004, 2005, 2006, 2007, 2008,
-;;   2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2001, 2004, 2005, 2006, 2007, 2008, 2009,
+;;   2010  Free Software Foundation, Inc.
 
 ;; Author: Bill Perry <wmperry@gnu.org>
 ;; Keywords: comm, data, processes
@@ -1267,6 +1267,7 @@ CBARGS as the arguments."
 ;; the data ourselves.  This is slightly less efficient, but there
 ;; were tons of weird ways the after-change code was biting us in the
 ;; shorts.
+;; FIXME this can probably be simplified since the above is no longer true.
 (defun url-http-generic-filter (proc data)
   ;; Sometimes we get a zero-length data chunk after the process has
   ;; been changed to 'free', which means it has no buffer associated