* mod_http2/mod_proxy_http2: fix a bug in calculating the log2 value of

integers, used in push diaries and proxy window size calculations.
    PR69741 [Benjamin P. Kallus]



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927235 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Eissing
2025-07-15 06:35:04 +00:00
parent dd60cec5ae
commit 8e529cecca
5 changed files with 7 additions and 4 deletions

View File

@ -0,0 +1,3 @@
* mod_http2/mod_proxy_http2: fix a bug in calculating the log2 value of
integers, used in push diaries and proxy window size calculations.
PR69741 [Benjamin P. Kallus]