]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* mod_http2: fixing some compiler warnings.
authorStefan Eissing <icing@apache.org>
Tue, 12 Oct 2021 19:58:01 +0000 (19:58 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 12 Oct 2021 19:58:01 +0000 (19:58 +0000)
commitbf7b392b259f1d4c8cc761ee1a867efe855908fb
tree2a613400ba2b7ddb3fe9554777adba4bcef2ab6d
parent59b7c104ce06c90be20ff50435d912a444341245
  * mod_http2: fixing some compiler warnings.
    length of output written now correctly calculated after buckets
    have been read.
    test cases updated.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894172 13f79535-47bb-0310-9956-ffa450edef68
13 files changed:
modules/http2/h2_bucket_beam.c
modules/http2/h2_bucket_beam.h
modules/http2/h2_c2.c
modules/http2/h2_mplx.c
modules/http2/h2_session.c
modules/http2/h2_stream.c
test/modules/http2/data/nghttp-output-100k-1.txt [deleted file]
test/modules/http2/data/nghttp-output-10k-1.txt [deleted file]
test/modules/http2/data/nghttp-output-1k-1.txt [deleted file]
test/modules/http2/env.py
test/modules/http2/test_004_post.py
test/pyhttpd/htdocs/cgi/echo.py
test/pyhttpd/nghttp.py