Correct leftover from the fork-based implementation: adjust port-buffering of socket's input port.

This commit is contained in:
mainzelm 2002-12-29 17:49:06 +00:00
parent bfab4cc710
commit e3ef1280c4
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
(set-port-buffering (socket:outport sock) bufpol/none) ; No buffering
(fork-thread
(lambda ()
(set-port-buffering (current-input-port) bufpol/none)
(set-port-buffering (socket:inport sock) bufpol/none)
(process-toplevel-request sock host-address options)
(if (http-syslog?)
(http-syslog (syslog-level debug) "<~a>~a [closing]~%"