From: Gonzalo A. <ga...@us...> - 2006-12-01 13:43:01
|
Update of /cvsroot/mod-c/ehtml/src In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11020 Modified Files: Request.cpp Log Message: * Silly indent fix. Index: Request.cpp =================================================================== RCS file: /cvsroot/mod-c/ehtml/src/Request.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Request.cpp 1 Dec 2006 13:31:44 -0000 1.16 --- Request.cpp 1 Dec 2006 13:42:52 -0000 1.17 *************** *** 233,237 **** if ( strncasecmp( "kie", _tmp + 1, 3 ) == 0 ) // We have possibly, more than one cookie ! ProcessCookieHeader(tmp->val); } // Is it Content-Length --- 233,237 ---- if ( strncasecmp( "kie", _tmp + 1, 3 ) == 0 ) // We have possibly, more than one cookie ! ProcessCookieHeader(tmp->val); } // Is it Content-Length |