# HG changeset patch # User Glenn Morris # Date 1286069451 25200 # Node ID 895cc3cde68ad30ceebede9e942308c86a357f26 # Parent deee083d1b016b017d10e0bc366a783352326b9c url-http.el comment. diff -r deee083d1b01 -r 895cc3cde68a lisp/url/url-http.el --- a/lisp/url/url-http.el Sat Oct 02 21:11:20 2010 -0400 +++ b/lisp/url/url-http.el Sat Oct 02 18:30:51 2010 -0700 @@ -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 ;; Keywords: comm, data, processes @@ -1267,6 +1267,7 @@ ;; 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