summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2013-01-11 11:10:43 +0100
committerAndy Wingo <wingo@pobox.com>2013-01-11 15:15:42 +0100
commit67e5ab8ac64dffe814e1ea3b08eeab679899b924 (patch)
tree92da951c0ebe9e85b64761ccf8d4bd45f1cde00a
parent8cb9a30c17827bc875516b2abedee36a05f886e0 (diff)
downloadguile-67e5ab8ac64dffe814e1ea3b08eeab679899b924.tar.gz
remove (web http) TODO list
* module/web/http.scm: Remove outdated TODO list.
-rw-r--r--module/web/http.scm7
1 files changed, 0 insertions, 7 deletions
diff --git a/module/web/http.scm b/module/web/http.scm
index 976f0fb9e..c79d57d78 100644
--- a/module/web/http.scm
+++ b/module/web/http.scm
@@ -69,13 +69,6 @@
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)))