> billbarker    02/04/25 18:50:32
>
>   Modified:    http11/src/java/org/apache/coyote/http11
>                         Http11Processor.java Http11Protocol.java
>   Log:
>   Fix problem with soTimeout.
>
>   The makes Coyote act like httpd with respect to soTimeout (which is what
it was trying to do before, but only worked on HTTP/1.0 connectors).

So the SoTimeout was overwritten ... You actually call setSoTimeout *a lot*.
This is more flexible, since you can configure separately the connection
timeout, but unless that call is free or almost free, this is not a good
idea IMO.

Remy


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

Reply via email to