From: Stephen D. <sd...@gm...> - 2005-03-08 04:44:33
|
The comment for Ns_ConnSetResponseStatus() says that it reurns the previous status. It actually returns the current, just-set status. So does ns_conn status. I don't think it's neccessary. The other simillar functions in that file have no return value. (Ns_ConnSetUrlEncoding(), Ns_ConnSetWriteEncodedFlag()...) Added six weeks ago to AOLserver cvs: Ns_ConnSetStatus(), Ns_ConnGetStatus() http://cvs.sourceforge.net/viewcvs.py/naviserver/naviserver/nsd/conn.c?r1=1.1&r2=1.2 On Sat, 05 Mar 2005 13:22:31 -0500, Vlad Seryakov <vl...@cr...> wrote: > I know, it is just the core of the update to be approved > > Zoran Vasiljevic wrote: > > On Saturday 05 March 2005 18:36, Vlad Seryakov wrote: > > > >>Patch is attached, if everybody is Okay with it i will commit it > > > > > > Do not forget to update include/ns.h > > and put the prototype there! |