Subj : CVS commit src/sbbs3/websrvr.c To : All From : deuce Date : Tue Mar 29 2005 02:10 pm src/sbbs3 websrvr.c 1.298 1.299 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv25148 Modified Files: websrvr.c Log Message: Remove memory leak comment. In the case of a redirect (the else case) it will always loop in the: while((redirp==NULL || session.req.send_location >= MOVED_TEMP) && !session.finished && server_socket!=INVALID_SOCKET) { block until the first case is executed (or at least that's the theory) .