Re: [naviserver-devel] Range-Support

2006-11-27 Thread Stephen Deasey
On 11/27/06, Bernd Eidenschink <[EMAIL PROTECTED]> wrote: > Turn off range requests by disabling the following test in > nsd/fastpath.c:FastReturn() Thanks for this one. I already removed the line in nsd/return.c which helped me with this problem: Visitors trying to download a PDF (intended to b

Re: [naviserver-devel] Range-Support

2006-11-27 Thread Bernd Eidenschink
> Turn off range requests by disabling the following test in > nsd/fastpath.c:FastReturn() Thanks for this one. I already removed the line in nsd/return.c which helped me with this problem: Visitors trying to download a PDF (intended to be opened by Acrobat Reader) with a Firefox browser (and on

Re: [naviserver-devel] Range-Support

2006-11-27 Thread Stephen Deasey
On 11/27/06, Bernd Eidenschink <[EMAIL PROTECTED]> wrote: Hi ya, what's the easiest way to deactivate Range-Support? Removing the line Ns_ConnCondSetHeaders(conn, "Accept-Ranges", "bytes"); in nsd/return.c? I'm hunting a bug and have to find out whether it's client or server related. B