X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=tt.rkt;h=f69df52f1caf317be61f027003a9b2b4fa041794;hb=1864c06e5f5541b5b716a55ef642f2af11f3f30a;hp=abb8b4ad56a84d7c4eae514c488123f17f9263bb;hpb=f65d6338235cf7244b624dc8f50f30f9cdd02bcd;p=tt.git diff --git a/tt.rkt b/tt.rkt index abb8b4a..f69df52 100644 --- a/tt.rkt +++ b/tt.rkt @@ -483,10 +483,10 @@ (when etag (display-to-file etag cached-etag-path #:exists 'replace)) (when lmod - (display-to-file lmod cached-lmod-path #:exists 'replace)))) - (close-input-port body-input))] + (display-to-file lmod cached-lmod-path #:exists 'replace)))))] [_ - (log-error "HTTP error URL:~a status:~a" u-str status)])])) + (log-error "HTTP error URL:~a status:~a" u-str status)]) + (close-input-port body-input)])) (: timeline-print (-> Out-Format (Listof Msg) Void)) (define (timeline-print out-format timeline)