]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) core: add `final_resp_passed` flag to request_rec to allow
authorStefan Eissing <icing@apache.org>
Thu, 1 Jun 2023 12:21:03 +0000 (12:21 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 1 Jun 2023 12:21:03 +0000 (12:21 +0000)
commited69ae3384bd80c0c80f7a421662331c29c2e72c
tree81f560e9673a3fc4acf4f4f5e04d67adf4ce85a2
parent1c7a70c9d9ecb1ee743d774c2cd7d25727185260
  *) core: add `final_resp_passed` flag to request_rec to allow
     ap_die() to judge if it can send out a response. Bump mmn.
     Enable test cases that check errors during response body to
     appear as error on client side.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910161 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/resp_passed.txt [new file with mode: 0644]
include/ap_mmn.h
include/httpd.h
modules/http/http_filters.c
modules/http/http_request.c
test/modules/http2/test_008_ranges.py
test/modules/http2/test_500_proxy.py
test/modules/http2/test_601_h2proxy_twisted.py