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)))