remove (web http) TODO list
authorAndy Wingo <wingo@pobox.com>
Fri, 11 Jan 2013 10:10:43 +0000 (11:10 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 11 Jan 2013 14:15:42 +0000 (15:15 +0100)
* module/web/http.scm: Remove outdated TODO list.

module/web/http.scm

index 976f0fb..c79d57d 100644 (file)
             make-chunked-output-port))
 
 
-;;; TODO
-;;;
-;;; Look at quality lists with more insight.
-;;; Think about `accept' a bit more.
-;;; 
-
-
 (define (string->header name)
   "Parse NAME to a symbolic header name."
   (string->symbol (string-downcase name)))