Fixed: apache/httpd#1983 (trunk - 3d2842e)

2021-09-24 Thread Travis CI
Build Update for apache/httpd - Build: #1983 Status: Fixed Duration: 29 mins and 34 secs Commit: 3d2842e (trunk) Author: Yann Ylavic Message: mod_proxy: Add tunnel_forward hook. * modules/proxy/mod_proxy.h, modules/proxy/mod_proxy.c: Declare/implement the

Re: [Regression in httpd 2.4.49] mod_dav: REPORT requests no longer return errors

2021-09-24 Thread Ruediger Pluem
On 9/22/21 4:08 PM, Ruediger Pluem wrote: > > > On 9/22/21 3:49 PM, Evgeny Kotkov wrote: >> Ruediger Pluem writes: >> >>> Does the attached patch solve your issue? >> >> It does appear to solve the problem with missing errors, thanks! >> >> I haven't checked that in detail, but I think there

Fixed: apache/httpd#1975 (trunk - 7f08c2b)

2021-09-24 Thread Travis CI
Build Update for apache/httpd - Build: #1975 Status: Fixed Duration: 11 mins and 17 secs Commit: 7f08c2b (trunk) Author: Ruediger Pluem Message: * Correctly handle errors returned by dav providers on REPORT requests. git-svn-id:

Re: Separate beam timeout in mod_http2?

2021-09-24 Thread Ruediger Pluem
On 9/22/21 6:14 PM, Ruediger Pluem wrote: > > > On 9/22/21 5:41 PM, ste...@eissing.org wrote: >> >>> Am 22.09.2021 um 17:30 schrieb Ruediger Pluem : >>> >>> Currently we use the timeout setting of a virtual server hardcoded as the >>> beam timeout. >>> While I think that this is a good

Re: Separate beam timeout in mod_http2?

2021-09-24 Thread ste...@eissing.org
> Am 24.09.2021 um 12:05 schrieb Ruediger Pluem : > > > > On 9/22/21 6:14 PM, Ruediger Pluem wrote: >> >> >> On 9/22/21 5:41 PM, ste...@eissing.org wrote: >>> Am 22.09.2021 um 17:30 schrieb Ruediger Pluem : Currently we use the timeout setting of a virtual server hardcoded

Ineract with travis? (was: Errored: apache/httpd#1888 (trunk - 47e6ece))

2021-09-24 Thread Yann Ylavic
On Mon, Sep 6, 2021 at 5:30 PM Joe Orton wrote: > > If you're logged into Github you can restart > individual jobs which are Errored, which I've done just now. I'm logged into Github+Travis with my ASF account (travis seems to recognize me as a member of the ASF org) but somehow I can't interact

Re: Ineract with travis? (was: Errored: apache/httpd#1888 (trunk - 47e6ece))

2021-09-24 Thread Yann Ylavic
> PS: Maybe only the chair can do that and I should raise a putch first :p I meant putSch right, and didn't really mean it actually :)

Re: Ineract with travis? (was: Errored: apache/httpd#1888 (trunk - 47e6ece))

2021-09-24 Thread Yann Ylavic
On Fri, Sep 24, 2021 at 2:06 PM Yann Ylavic wrote: > > On Mon, Sep 6, 2021 at 5:30 PM Joe Orton wrote: > > > > If you're logged into Github you can restart > > individual jobs which are Errored, which I've done just now. > > I'm logged into Github+Travis with my ASF account (travis seems to >

Errored: apache/httpd#1978 (trunk - 63da5b9)

2021-09-24 Thread Travis CI
Build Update for apache/httpd - Build: #1978 Status: Errored Duration: 24 mins and 4 secs Commit: 63da5b9 (trunk) Author: Yann Ylavic Message: mod_proxy: typedef struct proxy_tunnel_conn proxy_tunnel_conn_t. git-svn-id:

Broken: apache/httpd#1981 (trunk - b44b9b6)

2021-09-24 Thread Travis CI
Build Update for apache/httpd - Build: #1981 Status: Broken Duration: 13 mins and 26 secs Commit: b44b9b6 (trunk) Author: Yann Ylavic Message: mod_proxy: Handle ap_proxy_buckets_lifetime_transform() errors. *