Changeset 155 for draft-ietf-httpbis/latest/p1-messaging.html
- Timestamp:
- 06/01/08 18:46:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r154 r155 1131 1131 chunk-ext-name = token 1132 1132 chunk-ext-val = token | quoted-string 1133 chunk-data = chunk-size(OCTET)1133 chunk-data = 1*OCTET ; a sequence of chunk-size octets 1134 1134 trailer = *(entity-header CRLF) 1135 1135 </pre><p id="rfc.section.3.4.1.p.3">The chunk-size field is a string of hex digits indicating the size of the chunk-data in octets. The chunked encoding is ended … … 2429 2429 <ul> 2430 2430 <li>Update media type registrations to use RFC4288 template.</li> 2431 <li>Use names of RFC4234 core rules DQUOTE and HTAB (work in progress on <<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/36">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/36</a>>)2431 <li>Use names of RFC4234 core rules DQUOTE and HTAB, fix broken ABNF for chunk-data (work in progress on <<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/36">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/36</a>>) 2432 2432 </li> 2433 2433 </ul>
Note: See TracChangeset
for help on using the changeset viewer.