]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) core: add ap_h1_append_header() for single header values.
authorStefan Eissing <icing@apache.org>
Mon, 4 Apr 2022 09:41:25 +0000 (09:41 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 4 Apr 2022 09:41:25 +0000 (09:41 +0000)
commitcc232ba4549b1c47b5e4c944e6040e11563bafad
treea2220e60285f80d4865140febfce222d95cfe9a8
parent4442201e61616a2a75909b26909121f469bfae7c
  *) core: add ap_h1_append_header() for single header values.
  *) mod_proxy: use of new ap_h1_header(s) functions for
     formatting HTTP/1.1 requests.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899550 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
include/http_protocol.h
modules/http/http_protocol.c
modules/proxy/mod_proxy_http.c
modules/proxy/proxy_util.c