Brian Akins wrote:
> Is the proxy-timeout for the entire request to be returned, the first byte,
> or just an i/o timeout?

To set a 900ms timeout the code does approximately this:

apr_interval_time_t new_timeout = apr_time_make(0, 900 *
(APR_USEC_PER_SEC/1000));
apr_socket_timeout_set(backend->sock, new_timeout);

I don't _really_ know what effect that has but I believe it's
first-byte response timeout.

I'm hoping that 'rpluem', 'jim', 'niq', etc (people who committed code
in the mod) will jump in and give guidance about correctness and side
effects of the hack.

[Sorry all for the wretched grammar in the first paragraph of original
email, ouch!]

- Neal

Reply via email to