Flushing output after each chunk.
This commit is contained in:
@@ -215,7 +215,8 @@
|
|||||||
(printf "~X" (string-length contents))
|
(printf "~X" (string-length contents))
|
||||||
(display "\n")
|
(display "\n")
|
||||||
(display contents)
|
(display contents)
|
||||||
(display "\n"))
|
(display "\n")
|
||||||
|
(flush-output (response-port (current-response))))
|
||||||
|
|
||||||
(define (define-page path contents #!key css title doctype headers charset
|
(define (define-page path contents #!key css title doctype headers charset
|
||||||
(method 'GET) use-session) ;; for define-session-page
|
(method 'GET) use-session) ;; for define-session-page
|
||||||
|
|||||||
Reference in New Issue
Block a user