guilty by copy&paste...

> Am 04.03.2025 um 07:38 schrieb Ruediger Pluem <rpl...@apache.org>:
> 
> 
> 
> On 3/3/25 1:32 PM, ic...@apache.org wrote:
>> Author: icing
>> Date: Mon Mar  3 12:32:31 2025
>> New Revision: 1924145
>> 
>> URL: http://svn.apache.org/viewvc?rev=1924145&view=rev
>> Log:
>>  *) mod_md: update to version 2.0.30
> 
> Maybe nitpicking, but this is about mod_http2 and not mod_md, correct?
> 
> 
>>     - Fixed bug in handling over long response headers. When the 64 KB limit
>>       of nghttp2 was exceeded, the request was not reset and the client was
>>       left hanging, waiting for it. Now the stream is reset.
>>     - Added new directive `H2MaxHeaderBlockLen` to set the limit on response
>>       header sizes.
>>     - Fixed handling of Timeout vs. KeepAliveTimeout when first request on a
>>       connection was reset.
>> 
>> 
>> Added:
>>    httpd/httpd/trunk/changes-entries/h2_v2.0.30.txt
>> Modified:
>>    httpd/httpd/trunk/docs/manual/mod/mod_http2.xml
>>    httpd/httpd/trunk/modules/http2/h2_config.c
>>    httpd/httpd/trunk/modules/http2/h2_config.h
>>    httpd/httpd/trunk/modules/http2/h2_session.c
>>    httpd/httpd/trunk/modules/http2/h2_stream.c
>>    httpd/httpd/trunk/modules/http2/h2_version.h
>> 
>> Added: httpd/httpd/trunk/changes-entries/h2_v2.0.30.txt
>> URL: 
>> http://svn.apache.org/viewvc/httpd/httpd/trunk/changes-entries/h2_v2.0.30.txt?rev=1924145&view=auto
>> ==============================================================================
>> --- httpd/httpd/trunk/changes-entries/h2_v2.0.30.txt (added)
>> +++ httpd/httpd/trunk/changes-entries/h2_v2.0.30.txt Mon Mar  3 12:32:31 2025
>> @@ -0,0 +1,8 @@
>> +  *) mod_md: update to version 2.0.30
> 
> See above.
> 
>> +     - Fixed bug in handling over long response headers. When the 64 KB 
>> limit
>> +       of nghttp2 was exceeded, the request was not reset and the client was
>> +       left hanging, waiting for it. Now the stream is reset.
>> +     - Added new directive `H2MaxHeaderBlockLen` to set the limit on 
>> response
>> +       header sizes.
>> +     - Fixed handling of Timeout vs. KeepAliveTimeout when first request on 
>> a
>> +       connection was reset.
>> 
> 
> Regards
> 
> RĂ¼diger
> 

Reply via email to