Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] How do I configure keep-alive in jetty

Anurag,

Jetty does not need to be configured to use keep alive.    If the client offers a request that can be kept alive (HTTP/2, HTTP/1.1 or HTTP/1.0 with a keep-alive header), then jetty will respond automatically to keep the connection alive - unless there is an error or a filter/servlet/handler explicitly sets Connection:close on the response.

regards


On 27 July 2017 at 12:48, anurag gupta <anurag.11feb@xxxxxxxxx> wrote:
Couldn't find any configuration regarding keep-alive in jetty. How does it work and can it be tweaked ?

--
Regards
Anurag

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users



--

Back to the top