]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) core/mod_http: use RESPONSE meta buckets and a new HTTP/1.x specific
authorStefan Eissing <icing@apache.org>
Thu, 7 Apr 2022 10:41:46 +0000 (10:41 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 7 Apr 2022 10:41:46 +0000 (10:41 +0000)
commit0296d7dfeaf1d354b4df7c0c36fc690b8c51c4b4
treedfd5ed3ac7b3c5fee09043f89f6f174aa9fdd458
parenta4ea0e7799cc1bb63e5406cd427f09d668cedfae
  *) core/mod_http: use RESPONSE meta buckets and a new HTTP/1.x specific
     filter to send responses through the output filter chain.
     Specifically: the HTTP_HEADER output filter and ap_send_interim_response()
     create a RESPONSE bucket and no longer are concerned with HTTP/1.x
     serialization.
     A new HTTP1_RESPONSE_OUT transcode filter writes the proper HTTP/1.x
     bytes when dealing with a RESPONSE bucket. That filter installs itself
     on the pre_read_request hook when the connection has protocol 'http/1.1'.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899648 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/core_response_buckets.txt [new file with mode: 0644]
include/mod_core.h
modules/http/http_core.c
modules/http/http_filters.c
modules/http/http_protocol.c
server/protocol.c