cl-rw

Layered streams for Common Lisp
git clone https://logand.com/git/cl-rw.git/
Log | Files | Refs

commit e7a4fab339e728c1153c16c420e01e0c71bdcafb
parent 9fe0ecbbe32f4e06c8944a456562e314f84b53bb
Author: Tomas Hlavaty <tom@logand.com>
Date:   Wed,  9 Dec 2015 22:20:34 +0100

ensure we dont try reading from directory later

Diffstat:
Mdemo-webserver.lisp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/demo-webserver.lisp b/demo-webserver.lisp @@ -61,6 +61,7 @@ (when f (ignore-errors (with-open-file (s f :if-does-not-exist nil) + (listen s) f)))))) (defun content-type (pathname)