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
- [AOLSERVER] Migrating to 3.4 from 2.3.3 Jim Wilcoxson
- Re: [AOLSERVER] Migrating to 3.4 from 2.3.3 Steve Woodcock
- Re: [AOLSERVER] Migrating to 3.4 from 2.3.3 Jim Wilcoxson
- Re: [AOLSERVER] Migrating to 3.4 from 2.3.3 Steve Woodcock
- Re: [AOLSERVER] Migrating to 3.4 from 2.3.3 Mike Hoegeman
- Re: [AOLSERVER] Migrating to 3.4 from 2.3.3 Jim Wilcoxson
- Re: [AOLSERVER] Migrating to 3.4 from 2.3.3 Dossy
- Re: [AOLSERVER] Migrating to 3.4 from 2.3.3 Jim Wilcoxson
- Re: [AOLSERVER] Migrating to 3.4 from 2.3.3 Dossy
- Re: [AOLSERVER] Migrating to 3.4 from 2.3.3 Rusty Brooks
- Re: [AOLSERVER] Migrating to 3.4 from 2.3.3 Jim Wilcoxson
- Re: [AOLSERVER] Migrating to 3.4 from 2.3.3 Rob Mayoff
