Am 29.06.2005 um 04:04 schrieb Stephen Deasey:
The 'V' in Ns_ConnVSetHeaders() suggests it takes a va_list, as in
Ns_DStringVPrintf() used in the implementation.
Unfortunately, Ns_ConnPrintfHeader() already exists. It prints
directly to the output stream which looks pretty silly. The function
I managed to remove the wrong files but not sure if directory is there
Vlad Seryakov wrote:
Stephen,
I was importing new module and by mistake imported it into
naviserver/modules repository, second time i was able to put it into
modules/nsaccess.
Can you ask admins to remove the wrong impor
Stephen,
I was importing new module and by mistake imported it into
naviserver/modules repository, second time i was able to put it into
modules/nsaccess.
Can you ask admins to remove the wrong import?
thanks
--
Vlad Seryakov
571 262-8608 office
[EMAIL PROTECTED]
http://www.crystalballinc.c
yes, i was confued with that function as well.
if it is not used we better rename/drop it, i agree about using V but
that was the best i was able to come up with:-)))
Stephen Deasey wrote:
On 6/28/05, Vlad Seryakov <[EMAIL PROTECTED]> wrote:
Update of /cvsroot/naviserver/naviserver/include
I
On 6/28/05, Vlad Seryakov <[EMAIL PROTECTED]> wrote:
> Update of /cvsroot/naviserver/naviserver/include
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3191/include
>
> Modified Files:
> ns.h
> Log Message:
> Added Ns_ConnVSetHeaders function to add headers to the output in
> prin
FYI:
See the stand-alone nscache module. I have NO idea why this isn't
part
of the AOLserver core ... unless folks really object, I think we
should
fold the nscache module in.
Agreed -- I'll add it in. In particular, "ns_cache eval" is smart.
This is from the AS mailing list: seems that