From: Nick Kew Date: Fri, 28 Sep 2007 19:23:27 +0000 (+0000) Subject: Fix typo in header name "Trailer" X-Git-Tag: 2.3.0~1377 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=150857282127399378f9ed268602a4aaa25c94da;p=apache Fix typo in header name "Trailer" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580465 13f79535-47bb-0310-9956-ffa450edef68 --- 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);