Changeset 667 for draft-ietf-httpbis/latest/p3-payload.xml
- Timestamp:
- 06/08/09 15:31:05 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p3-payload.xml
r663 r667 1671 1671 </t> 1672 1672 </section> 1673 1674 <section title="Transfer Coding Registry" anchor="transfer.coding.registration"> 1675 <t> 1676 The HTTP Transfer Codings Registry located at <eref target="http://www.iana.org/assignments/http-parameters"/> 1677 should be updated with the registrations below: 1678 </t> 1679 <texttable align="left" suppress-title="true" anchor="iana.transfer.coding.registration.table"> 1680 <ttcol>Registry Name</ttcol> 1681 <ttcol>Description</ttcol> 1682 <ttcol>Reference</ttcol> 1683 <c>compress</c> 1684 <c>UNIX "compress" program method</c> 1685 <c> 1686 <xref target="content.codings"/> 1687 </c> 1688 <c>deflate</c> 1689 <c>"zlib" format <xref target="RFC1950"/> with "deflate" compression</c> 1690 <c> 1691 <xref target="content.codings"/> 1692 </c> 1693 <c>gzip</c> 1694 <c>Same as GNU zip <xref target="RFC1952"/></c> 1695 <c> 1696 <xref target="content.codings"/> 1697 </c> 1698 </texttable> 1699 </section> 1673 1700 </section> 1674 1701 … … 3033 3060 </list> 3034 3061 </t> 3062 <t> 3063 Partly resolved issues: 3064 <list style="symbols"> 3065 <t> 3066 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/148"/>: 3067 "update IANA requirements wrt Transfer-Coding values" (add the 3068 IANA Considerations subsection) 3069 </t> 3070 </list> 3071 </t> 3035 3072 </section> 3036 3073
Note: See TracChangeset
for help on using the changeset viewer.