Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] request and corresponding AbstractHttpConnection

Hi there,
when processing request with (asbtract)handler,
is it safe to assume that when 2 requests come fromĀ  1 client, the corresponding AbstractHttpConnections also comes from the same connected client ? or is it possible that these connections are also "recycled" internally so that the same connection could creates requests which belongs to different connected clients ?

thanx

Back to the top