Graham Leggett wrote:
jean-frederic clere wrote:

Where is the 64k limit enforced? in mod_proxy_ajp?

By the AJP protocol.

What I meant was, what the can the user expect to happen if they choose a limit greater than 64k? There is no enforcement of range in the set_io_buffer_size() function apart from the lower limit of 8192.

Will the AJP module give an error message of some kind?


Nope, it'll silently ALIGN(ProxyIoBufferSize, 1024)
from 8K to 64K regardless of ProxyIoBufferSize provided

Ideally this should be documented.


Yes.

Regards
--
^(TM)

Reply via email to