From 83fb62ef0a2063ecedcfa8f84e48beaf1f742a4e Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Tue, 24 May 2011 22:42:45 +0200 Subject: Bug in sendfile was fixed. Adjust comment accordingly :) --- henrietta-cache.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'henrietta-cache.scm') 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))) -- cgit v1.2.3