Philip M. Gollucci wrote:

Apparently POST_MAX cannot be used to raise APREQ_DEFAULT_READ_LIMIT
Yes, thats the

    if (ctx->read_limit > bytes && ctx->bytes_read < bytes) {
        ctx->read_limit = bytes;
        return APR_SUCCESS;
    }

    OTHERWISE conflicting

Ok, now I understand.

http://libapreq2.p6m7g8.net/group__mod__apreq2.html
Docs will be on the apache.org site once 2.08 is released.

Thanks again.
--
__________________________________________________________________
 Garrison Hoffman         Codefix Consulting       1.718.210.3445
 [EMAIL PROTECTED]     http://codefix.net/      1.866.456.0584

Reply via email to