: Re: Idle timeout on HTTPS connections
On Fri, 2023-06-16 at 07:58 +, Isaac Cruz wrote:
> I have tried setting handshakeTimeout in the
> ServerHTTP1IOEventHandlerFactory constructor:
>
> httpServer = new DefaultListeningIOReactor(
> new ServerHttp1IOEven
nt: jueves, 15 de junio de 2023 19:46
> To: HttpComponents Project
> Subject: Re: Idle timeout on HTTPS connections
>
> On Thu, 2023-06-15 at 13:42 -0400, Gary Gregory wrote:
> > You could try the 5.2.2 release candidate (see the vote thread).
> >
> > Gary
> >
: HttpComponents Project
Subject: Re: Idle timeout on HTTPS connections
On Thu, 2023-06-15 at 13:42 -0400, Gary Gregory wrote:
> You could try the 5.2.2 release candidate (see the vote thread).
>
> Gary
>
> On Thu, Jun 15, 2023, 12:08 Isaac Cruz wrote:
>
> > 5.2, I t
se do the following: configure handshakeTimeout in the TlsConfig
and see if that makes any difference.
Oleg
> > -Original Message-
> > From: Oleg Kalnichevski
> > Sent: jueves, 15 de junio de 2023 15:49
> > To: HttpComponents Project
> > Subject: Re: Idle
ect
> Subject: Re: Idle timeout on HTTPS connections
>
> On Thu, 2023-06-15 at 15:46 +0200, Oleg Kalnichevski wrote:
> > On Thu, 2023-06-15 at 12:29 +, Isaac Cruz wrote:
> > > Hello everyone,
> > >
> > > I'm having issues trying to set an idle t
5.2, I tried with 5.2.1 and same
-Original Message-
From: Oleg Kalnichevski
Sent: jueves, 15 de junio de 2023 15:49
To: HttpComponents Project
Subject: Re: Idle timeout on HTTPS connections
On Thu, 2023-06-15 at 15:46 +0200, Oleg Kalnichevski wrote:
> On Thu, 2023-06-15 at 12:29 +0
On Thu, 2023-06-15 at 15:46 +0200, Oleg Kalnichevski wrote:
> On Thu, 2023-06-15 at 12:29 +, Isaac Cruz wrote:
> > Hello everyone,
> >
> > I'm having issues trying to set an idle timeout on https
> > connections
> > on an asynchronou
On Thu, 2023-06-15 at 12:29 +, Isaac Cruz wrote:
> Hello everyone,
>
> I'm having issues trying to set an idle timeout on https connections
> on an asynchronous HTTPS server. This is what I'm doing:
>
> IOReactorConfig ioReactorCon
Hello everyone,
I'm having issues trying to set an idle timeout on https connections on an
asynchronous HTTPS server. This is what I'm doing:
IOReactorConfig ioReactorConfig = IOReactorConfig.custom()
.setIoThreadCount(4)
.setSoTi