Subj : CVS commit src/sbbs3/websrvr.c To : All From : deuce Date : Fri Sep 30 2005 04:40 pm src/sbbs3 websrvr.c 1.349 1.350 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv24127 Modified Files: websrvr.c Log Message: External redirects are MOVED_TEMP, not MOVED_STAT Add REQUEST_URI CGI variable (Apache extension) Drain STDOUT as well as STDERR Don't drain stdio until script is terminated Do not send Content-length header for CGI scripts. Properly handle partial writes of CGI output using sock_sendbuf() Should this be in sockwrap? .