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 <[email protected]> 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 > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/jetty-users > -- Greg Wilkins <[email protected]> CTO http://webtide.com
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
