Remy Maucherat wrote:
Bill Barker wrote:
if(useSendfile && !Apr.hasFeature(Apr.SENDFILE)) {
log.warn("disabling sendfile, since your apr version doesn't support it");
useSendfile = false;
}

I didn't know that. Yes, the check is needed then.


Yes seems it's needed. You already have the : Library.APR_HAS_SENDFILE boolean, that is meant to be used for that (checking if the OS supports sendfile).


Regards, Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to