#9 closed editorial (fixed)
Trailer
| Reported by: | mnot@… | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 01 | |
| Component: | p6-cache | Severity: | |
| Keywords: | Cc: |
Description
In [section 13.5.1], which describes End-to-End and Hop-by-Hop headers, the text says:
The following HTTP/1.1 headers are hop-by-hop headers:
- Connection
- Keep-Alive
- Proxy-Authenticate
- Proxy-Authorization
- TE
- Trailers
- Transfer-Encoding
- Upgrade
But the correct header name is 'Trailer' (no 's'):
The following HTTP/1.1 headers are hop-by-hop headers:
- Connection
- Keep-Alive
- Proxy-Authenticate
- Proxy-Authorization
- TE
- Trailer
- Transfer-Encoding
- Upgrade
Change History (4)
comment:1 Changed 14 years ago by fielding@…
- Milestone set to 01
- Resolution set to fixed
- Status changed from new to closed
- version set to 00
comment:2 Changed 14 years ago by mnot@…
- version changed from 00 to d00
comment:3 Changed 14 years ago by julian.reschke@…
- Component set to p6-cache
comment:4 Changed 14 years ago by julian.reschke@…
- origin set to http://lists.w3.org/Archives/Public/ietf-http-wg-old/2000SepDec/0127.html
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](https://www.ietf.org/images/ietflogotrans.gif)
Fixed in [75]