Subj : CVS commit src/sbbs3/websrvr.c To : All From : deuce Date : Tue Jun 07 2005 11:13 pm src/sbbs3 websrvr.c 1.321 1.322 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv19071 Modified Files: websrvr.c Log Message: *MUST* always create the cgi_env list in case of a redirected CGI (ie: index.cgi) Don't read POST data until just before a respond() as the behaviour of POST data reading depends on the response tpye (ie: JS/CGI) Added a few DEBUG log lines (environment variable adding). It gets pretty verbose, but what do you expect with DEBUG level logging? .