Changeset 1229 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 29/03/11 08:43:04 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r1227 r1229 3070 3070 </t> 3071 3071 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Content-Length"/><iref primary="true" item="Grammar" subitem="Content-Length-v"/> 3072 <x:ref>Content-Length</x:ref> = "Content-Length" ":" <x:ref>OWS</x:ref> 1*<x:ref>Content-Length-v</x:ref>3072 <x:ref>Content-Length</x:ref> = "Content-Length" ":" <x:ref>OWS</x:ref> <x:ref>Content-Length-v</x:ref> 3073 3073 <x:ref>Content-Length-v</x:ref> = 1*<x:ref>DIGIT</x:ref> 3074 3074 </artwork></figure> … … 5076 5076 <x:ref>Connection-v</x:ref> = *( "," OWS ) connection-token *( OWS "," [ OWS 5077 5077 connection-token ] ) 5078 <x:ref>Content-Length</x:ref> = "Content-Length:" OWS 1*Content-Length-v5078 <x:ref>Content-Length</x:ref> = "Content-Length:" OWS Content-Length-v 5079 5079 <x:ref>Content-Length-v</x:ref> = 1*DIGIT 5080 5080 … … 5890 5890 <section title="Since draft-ietf-httpbis-p1-messaging-13" anchor="changes.since.13"> 5891 5891 <t> 5892 None yet. 5892 Closed issues: 5893 <list style="symbols"> 5894 <t> 5895 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/286"/>: 5896 "Content-Length ABNF broken" 5897 </t> 5898 </list> 5893 5899 </t> 5894 5900 </section>
Note: See TracChangeset
for help on using the changeset viewer.