Subj : CVS commit src/sbbs3/websrvr.c To : All From : deuce Date : Fri Mar 04 2005 10:48 pm src/sbbs3 websrvr.c 1.271 1.272 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv26089 Modified Files: websrvr.c Log Message: Add support for streaming-style .ssjs files. If you set http_reply.fast to true BEFORE the first write, the first write will send the headers and every write will go throug the socket immediately. This will make large ..ssjs files appear to be faster (ie: Large user lists etc.) .