Hi, On Sun, Jun 20, 2021 at 10:50 PM Lu Tahmazyan <[email protected]> wrote: > > Thank you for the prompt reply. > > Here is the issue I opened with Jetty: > https://github.com/eclipse/jetty.project/issues/6445
Thanks. > On Fri, Jun 18, 2021 at 12:43 AM Simone Bordet <[email protected]> wrote: >> My theory is that you have some bad/under-provisioned configuration on >> the server/load balancer where opening many connections leads to them >> being refused almost immediately. >> What you see is not a "timeout" but the server rejecting the >> connection attempt, which generates on the client an OP_CONNECT event >> to which we react with the code above. >> So perhaps we can improve the exception type and/or message, but I >> think you have some other configuration problem on the server or load >> balancer. >> Can you please open an issue about improving the exception message? >> >> If you can take a network dump, it should be clear what happens. >> I would expect the client sending a SYN and the server replying >> immediately with a FIN. Were you able to confirm this theory? -- Simone Bordet ---- http://cometd.org http://webtide.com Developer advice, training, services and support from the Jetty & CometD experts. _______________________________________________ jetty-users mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users
