Re: Connection timeouts in JEP 321 (HTTP Client)

2018-07-26 Thread Chris Hegarty
I’m giving this serious consideration, and will reply more comprehensively within the next couple of days. -Chris > On 26 Jul 2018, at 19:20, David Lloyd wrote: > >> On Wed, Jul 25, 2018 at 9:43 AM Chris Hegarty >> wrote: >> >> Clearly the request builder `timeout` method can be used to avo

RE: [PATCH] SOCK_CLOEXEC for opening sockets

2018-07-26 Thread Andrew Luo
Do we need to support compiling on a newer kernel with newer headers and then running the compiled binaries on an older platform? If so, then I think we probably have to use dlsym to call accept4 at runtime rather than compile time... Thanks, -Andrew -Original Message- From: net-dev

Re: Connection timeouts in JEP 321 (HTTP Client)

2018-07-26 Thread David Lloyd
On Wed, Jul 25, 2018 at 9:43 AM Chris Hegarty wrote: > > Clearly the request builder `timeout` method can be used to avoid > extremely long connection timeouts ( as demonstrated below ), but I see > Bernd's call for more fine grained control over various aspects of the > request. > > I'm not oppos