summaryrefslogtreecommitdiff
path: root/henrietta-cache.scm
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2011-05-24 22:42:45 +0200
committerPeter Bex <peter@more-magic.net>2011-05-24 22:42:45 +0200
commit83fb62ef0a2063ecedcfa8f84e48beaf1f742a4e (patch)
treec2af916719791bb45e11e2b06405ca36a27aaf69 /henrietta-cache.scm
parent42fbf3b5f23cd5bd2f480dcb7b6b2e567833311c (diff)
downloadhenrietta-cache-83fb62ef0a2063ecedcfa8f84e48beaf1f742a4e.tar.gz
Bug in sendfile was fixed. Adjust comment accordingly :)
Diffstat (limited to 'henrietta-cache.scm')
-rw-r--r--henrietta-cache.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/henrietta-cache.scm b/henrietta-cache.scm
index d2b6728..4ef9473 100644
--- a/henrietta-cache.scm
+++ b/henrietta-cache.scm
@@ -26,7 +26,7 @@ EOF
(->string (cdr pattern))))
patterns)))
-;; We could also use sendfile egg here, once #542 is fixed
+;; We could also use sendfile egg here, but do we want to the dependency?
(define (copy-port in out #!optional limit)
(let ((bufsize 1024))
(let loop ((data (read-string (min (or limit bufsize) bufsize) in)))