Implementation note
This commit is contained in:
parent
4ca1dac51c
commit
998e5bc1ec
|
@ -22,6 +22,7 @@
|
|||
(output-response/method conn resp #"GET"))
|
||||
|
||||
(define (output-response/method conn resp meth)
|
||||
; XXX Use chunked encoding for non-terminated responses
|
||||
(unless (terminated-response? resp)
|
||||
(set-connection-close?! conn #t))
|
||||
(output-response-head conn resp)
|
||||
|
|
Loading…
Reference in New Issue
Block a user