Correct leftover from the fork-based implementation: adjust port-buffering of socket's input port.
This commit is contained in:
parent
bfab4cc710
commit
e3ef1280c4
|
@ -70,7 +70,7 @@
|
||||||
(set-port-buffering (socket:outport sock) bufpol/none) ; No buffering
|
(set-port-buffering (socket:outport sock) bufpol/none) ; No buffering
|
||||||
(fork-thread
|
(fork-thread
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(set-port-buffering (current-input-port) bufpol/none)
|
(set-port-buffering (socket:inport sock) bufpol/none)
|
||||||
(process-toplevel-request sock host-address options)
|
(process-toplevel-request sock host-address options)
|
||||||
(if (http-syslog?)
|
(if (http-syslog?)
|
||||||
(http-syslog (syslog-level debug) "<~a>~a [closing]~%"
|
(http-syslog (syslog-level debug) "<~a>~a [closing]~%"
|
||||||
|
|
Loading…
Reference in New Issue