Hi,

I have a couple of question/remarks concerning trailer.
This came while looking around https://bz.apache.org/bugzilla/show_bug.cgi?id=58177


Severals places in httpd seems to deal with RFC2616 13.5.1 End-to-end and Hop-by-hop Headers.
   Line 1211 of cache_util.c [1]
   Line 1311 and 1562 of mod_proxy_http.c [2]
   Line 3567 of proxy_util.c [3]


1) [1] is an exact copy of what is said in RFC2616 13.5.1
However, I wonder if the Trailers here, should not be a Trailer (without s)
Trailers (with a s) does not seem to a header field, just a keyword for TE.
Is this a typo in the RFC?


2) In [2] and [3], do some other headers should be listed and removed? (just as in [1])

I have not found anything equivalent and explicit in RFC7230 and co.



CJ

Reply via email to