Mailing List Archive

Re: svn commit: r1893543 - /httpd/httpd/branches/2.4.x/STATUS
On Thu, Sep 23, 2021 at 11:14 AM <icing@apache.org> wrote:
>
> Author: icing
> Date: Thu Sep 23 09:13:59 2021
> New Revision: 1893543
>
> URL: http://svn.apache.org/viewvc?rev=1893543&view=rev
> Log:
> Reload of proposed mod_http2 backport of server graceful handling,
> including all the tiny code changes that were never proposed.
>
>
> Modified:
> httpd/httpd/branches/2.4.x/STATUS
>
> Modified: httpd/httpd/branches/2.4.x/STATUS
> URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1893543&r1=1893542&r2=1893543&view=diff
> ==============================================================================
> --- httpd/httpd/branches/2.4.x/STATUS (original)
> +++ httpd/httpd/branches/2.4.x/STATUS Thu Sep 23 09:13:59 2021
> @@ -166,12 +166,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
> *) mod_http2: when a server is restarted gracefully, any idle h2 worker
> threads are shut down immediately.
> Also, change OpenSSL API use for deprecations in OpenSLL 3.0.
> + Adds all other, never proposed code changes to make a clean
> + sync of http2 sources.
> trunk patch: http://svn.apache.org/r1893214
> http://svn.apache.org/r1893215
> http://svn.apache.org/r1893220
> - 2.4.x patch: svn merge -c 1893214,1893215,1893220 ^/httpd/httpd/trunk .
> + and other never proposed code changes
> + PR: https://github.com/apache/httpd/pull/270

This means that the never proposed code changes are in the PR only and
not in trunk?

Cheers;
Yann.
Re: svn commit: r1893543 - /httpd/httpd/branches/2.4.x/STATUS [ In reply to ]
> Am 23.09.2021 um 11:28 schrieb Yann Ylavic <ylavic.dev@gmail.com>:
>
> On Thu, Sep 23, 2021 at 11:14 AM <icing@apache.org> wrote:
>>
>> Author: icing
>> Date: Thu Sep 23 09:13:59 2021
>> New Revision: 1893543
>>
>> URL: http://svn.apache.org/viewvc?rev=1893543&view=rev
>> Log:
>> Reload of proposed mod_http2 backport of server graceful handling,
>> including all the tiny code changes that were never proposed.
>>
>>
>> Modified:
>> httpd/httpd/branches/2.4.x/STATUS
>>
>> Modified: httpd/httpd/branches/2.4.x/STATUS
>> URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1893543&r1=1893542&r2=1893543&view=diff
>> ==============================================================================
>> --- httpd/httpd/branches/2.4.x/STATUS (original)
>> +++ httpd/httpd/branches/2.4.x/STATUS Thu Sep 23 09:13:59 2021
>> @@ -166,12 +166,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
>> *) mod_http2: when a server is restarted gracefully, any idle h2 worker
>> threads are shut down immediately.
>> Also, change OpenSSL API use for deprecations in OpenSLL 3.0.
>> + Adds all other, never proposed code changes to make a clean
>> + sync of http2 sources.
>> trunk patch: http://svn.apache.org/r1893214
>> http://svn.apache.org/r1893215
>> http://svn.apache.org/r1893220
>> - 2.4.x patch: svn merge -c 1893214,1893215,1893220 ^/httpd/httpd/trunk .
>> + and other never proposed code changes
>> + PR: https://github.com/apache/httpd/pull/270
>
> This means that the never proposed code changes are in the PR only and
> not in trunk?

The code in 2.4.x would after this be identical to trunk, including all the
tiny things over the years that have never been proposed.

> Cheers;
> Yann.