On 11/10/2019 13:21, Michael Osipov wrote:
> Folks,
> 
> while working on BZ-63835 I have noticed an odd thing and I'd like
> someone to review whether my code/understanding is wrong or the one
> already present in Tomcat.

<snip/>

> we have a total of 100 requests (HTTP/1.1 302).

That is consistent with the docs that state there will be
maxKeepAliveRequests before the connection is closed.

> I'd assume the
> connection to sustain 100 requests and on the n+1 requests to be closed.

That assumption is not consistent with the documentation (which has been
the same for as long as I can remember).

> The expired header proposal says:
>>    The value of the "max" parameter counts the number of requests since
>>    the connection was created.

The same proposal also states that the use of the max parameter is
deprecated.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to