Re: Connection timeouts in JEP 321 (HTTP Client)

2018-08-02 Thread Michael McMahon
On 31/07/2018, 22:07, Simone Bordet wrote: .. Finally, I would consider TLS handshake time as part of the request data: the cost will be paid by the first request and capped by "total" timeout (not connectTimeout). With TLS 1.3 optimizations, it may be just few TLS bytes before the encrypted

Re: Connection timeouts in JEP 321 (HTTP Client)

2018-08-02 Thread Simone Bordet
Hi, On Thu, Aug 2, 2018 at 10:44 AM Michael McMahon wrote: > On 31/07/2018, 22:07, Simone Bordet wrote: > .. > > Finally, I would consider TLS handshake time as part of the request > > data: the cost will be paid by the first request and capped by "total" > > timeout (not connectTimeout). With TL