Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] onFail FillInterest

Hi

On Thu, Dec 12, 2019 at 6:51 PM Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:
>>
>> 17:41:18.640 [eduler-1b868ef0] DEBUG org.eclipse.jetty.io.FillInterest:134 - onFail FillInterest@13a1a18f{null}
>> java.util.concurrent.TimeoutException: Idle timeout expired: 30005/30000 ms
>> 17:41:18.640 [eduler-1b868ef0] DEBUG org.eclipse.jetty.io.WriteFlusher:490 - ignored: WriteFlusher@15e95526{IDLE}->null
>> java.util.concurrent.TimeoutException: Idle timeout expired: 30005/30000 ms
>
>
> That looks like the normal persistent HTTP/1.1 connection being idle timed out after the request is handled.

Except the request is not handled, there is no trace of read from the
network or HTTP parsing.
It's really weird.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top