]> granicus.if.org Git - apache/commitdiff
Fix typo in header name "Trailer"
authorNick Kew <niq@apache.org>
Fri, 28 Sep 2007 19:23:27 +0000 (19:23 +0000)
committerNick Kew <niq@apache.org>
Fri, 28 Sep 2007 19:23:27 +0000 (19:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580465 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_http.c

index 91b3274a1cb87973eaa973f8700cef4d41920bcf..583572d64e149b3a5ebf5b016f5c712d6ca75e51 100644 (file)
@@ -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);