From: Vlad S. <ser...@us...> - 2005-03-05 23:28:33
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1286 Modified Files: ChangeLog Log Message: Add Ns_ConnSetResponseStatus command to be able to se response status without touching headers. Also ns_conn status has been extended with ability to set response status if third argument is provided. ns_conn status ?newStatus? Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** ChangeLog 4 Mar 2005 09:24:14 -0000 1.12 --- ChangeLog 5 Mar 2005 23:28:23 -0000 1.13 *************** *** 1,2 **** --- 1,12 ---- + 2005-03-05 Vlad Seryakov <vl...@cr...> + + * nsd/conn.c include/ns.h Add Ns_ConnSetResponseStatus command to + be able to se response status without touching headers. Also + ns_conn status has been extended with ability to set response + status if third argument is provided. ns_conn status ?newStatus? + + * nslog/nslog.c: changed syntax to conform naviserver style, + no functional modifications + 2005-03-04 Stephen Deasey <sd...@us...> |