From 150857282127399378f9ed268602a4aaa25c94da Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Fri, 28 Sep 2007 19:23:27 +0000 Subject: [PATCH] Fix typo in header name "Trailer" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580465 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/mod_proxy_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/proxy/mod_proxy_http.c b/modules/proxy/mod_proxy_http.c index 91b3274a1c..583572d64e 100644 --- a/modules/proxy/mod_proxy_http.c +++ b/modules/proxy/mod_proxy_http.c @@ -1238,7 +1238,7 @@ apr_status_t ap_proxy_http_process_response(apr_pool_t * p, request_rec *r, apr_table_t *save_table; int backend_broke = 0; static const char *hop_by_hop_hdrs[] = - {"Keep-Alive", "Proxy-Authenticate", "TE", "Trailers", "Upgrade", NULL}; + {"Keep-Alive", "Proxy-Authenticate", "TE", "Trailer", "Upgrade", NULL}; int i; bb = apr_brigade_create(p, c->bucket_alloc); -- 2.49.0