diff options
| -rw-r--r-- | spiffy.scm | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -531,7 +531,7 @@                       (send-status 'bad-request                                    (conc "<p>Your client sent a request that "                                          "the server did not understand</p>"))) -                 (unless (##sys#slot out 8) ;; port-closed? +                 (unless (port-closed? out)                     (flush-output out))                   (handle-another-request?)))))))) ; Keep going? | 
