Re: backend connections life times

2021-07-06 Thread Yann Ylavic
On Tue, Jul 6, 2021 at 4:22 PM Stefan Eissing wrote: > > Coming back to this discussion, starting at the head because this has become > a bit nested, I try to summarise: > > Fact: when the client of a proxied http request aborts the connection (as in > causing a c->aborted somehow),

Re: backend connections life times

2021-07-06 Thread Eric Covener
> Another approach could be to "stutter" the blocking backend reads in > mod_proxy_http with a 5 sec socket timeout or so, only to check > frontend->aborted and read again. That might be a minimum effort approach for > the short term. Unfortunately I don't think you will find frontend->aborted

Re: backend connections life times

2021-07-06 Thread Stefan Eissing
Coming back to this discussion, starting at the head because this has become a bit nested, I try to summarise: Fact: when the client of a proxied http request aborts the connection (as in causing a c->aborted somehow), mod_proxy_http only react to this when writing (parts of) a response. The

Re: backend connections life times

2021-07-01 Thread Stefan Eissing
> Am 01.07.2021 um 14:16 schrieb Yann Ylavic : > > On Thu, Jul 1, 2021 at 10:15 AM Stefan Eissing > wrote: >> >>> Am 30.06.2021 um 18:01 schrieb Eric Covener : >>> >>> On Wed, Jun 30, 2021 at 11:46 AM Stefan Eissing >>> wrote: It looks like we stumbled upon an issue in

Re: backend connections life times

2021-07-01 Thread Yann Ylavic
On Thu, Jul 1, 2021 at 10:15 AM Stefan Eissing wrote: > > > Am 30.06.2021 um 18:01 schrieb Eric Covener : > > > > On Wed, Jun 30, 2021 at 11:46 AM Stefan Eissing > > wrote: > >> > >> It looks like we stumbled upon an issue in > >> https://bz.apache.org/bugzilla/show_bug.cgi?id=65402 which

Re: backend connections life times

2021-07-01 Thread Stefan Eissing
> Am 30.06.2021 um 18:01 schrieb Eric Covener : > > On Wed, Jun 30, 2021 at 11:46 AM Stefan Eissing > wrote: >> >> It looks like we stumbled upon an issue in >> https://bz.apache.org/bugzilla/show_bug.cgi?id=65402 which concerns the life >> times of our backend connections. >> >> When a

Re: backend connections life times

2021-06-30 Thread Eric Covener
On Wed, Jun 30, 2021 at 11:46 AM Stefan Eissing wrote: > > It looks like we stumbled upon an issue in > https://bz.apache.org/bugzilla/show_bug.cgi?id=65402 which concerns the life > times of our backend connections. > > When a frontend connection causes a backend request and drops, our backend

backend connections life times

2021-06-30 Thread Stefan Eissing
It looks like we stumbled upon an issue in https://bz.apache.org/bugzilla/show_bug.cgi?id=65402 which concerns the life times of our backend connections. When a frontend connection causes a backend request and drops, our backend connection only notifies the loss when it attempts to pass some