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
> 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
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