Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Jetty server taking time to respond to SETTINGS

Hi,

I don't think it's possible to investigate such issue without having access to your server,
but I can recommend to you the tool you need to find what's happening : JProfiler 
(you can use the trial version).

Regards,
Guillaume

Le mar. 27 juil. 2021 à 01:43, Pradeep Agrawal (pradeagr) via jetty-dev <jetty-dev@xxxxxxxxxxx> a écrit :

I am using Jetty 9.4 and brining up a server. On connection creation from client, the SETTINGS, WINDOWS_UPDATE, and PING are sent by client and those are immediately ACK by server but actual response for these are sent by server after nearly 4sec. Refer the screenshot below for all packet exchange.

 

 

Has anyone faced similar issue earlier and any idea on why is jetty server taking around 4sec to respond in this case?

 

Thanks, Pradeep

_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-dev

Back to the top