Subj : CVS commit src/sbbs3/websrvr.c To : All From : deuce Date : Mon Sep 26 2005 06:49 pm src/sbbs3 websrvr.c 1.335 1.336 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv6841 Modified Files: websrvr.c Log Message: Support for chunked mode ssjs files. In chunked mode, data written out from the SSJS script is sent immediately, and the keep-alvie session is maintained. chunked mode is ONLY sent to HTTP/1.1 clients, and is preferred over fast mode. This means fast mode is now only usefull for HTTP/1.0 and HTTP/0.9 requests. Still need to do chunked support for CGI scripts though. .