Is that because you are using the AD version?  I noticed a lot of character
set changes in the AD version.  Wasn't sure if they were bug fixes or
enhancements.

Jim

>
> Jim Wilcoxson <[EMAIL PROTECTED]> writes:
> > 4. I saw some notes about rl_returnz (the gzip compression module)
> > needing to do a different kind of Ns_Return thing to return raw
> > data.  I'm using our standard version and it works fine.  Is this
> > issue particular to the ArsDigita version?
>
> That was me I think. I had to replace the line:
>
>   Ns_ConnReturnData(conn, atoi(argv[1]), outbuf, outlen, argv[2]);
>
> with:
>
>   Ns_ConnReturnRawData(conn, atoi(argv[1]), outbuf, outlen, argv[2]);
>
> to get it working. This is on 3.2+ad12.
>
> Regards, Steve Woodcock
>

Reply via email to