Changeset 1317 for draft-ietf-httpbis/latest
- Timestamp:
- 29/06/11 11:58:06 (11 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r1316 r1317 935 935 not be buffered. There are strategies that can be used to test for buffering in a given connection, but it should be understood 936 936 that behaviors can differ across connections, and between requests and responses. 937 </p> 938 <p id="rfc.section.2.2.p.3">Recipients <em class="bcp14">MUST</em> consider every message in a connection in isolation; because HTTP is a stateless protocol, it cannot be assumed that two requests 939 on the same connection are from the same client or share any other common attributes. 937 940 </p> 938 941 <h2 id="rfc.section.2.3"><a href="#rfc.section.2.3">2.3</a> <a id="transport-independence" href="#transport-independence">Connections and Transport Independence</a></h2> … … 3593 3596 </li> 3594 3597 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/283">http://tools.ietf.org/wg/httpbis/trac/ticket/283</a>>: "Set expectations around buffering" 3598 </li> 3599 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/288">http://tools.ietf.org/wg/httpbis/trac/ticket/288</a>>: "Considering messages in isolation" 3595 3600 </li> 3596 3601 </ul> -
draft-ietf-httpbis/latest/p1-messaging.xml
r1316 r1317 638 638 it should be understood that behaviors can differ across connections, and 639 639 between requests and responses. 640 </t> 641 <t> 642 Recipients &MUST; consider every message in a connection in isolation; 643 because HTTP is a stateless protocol, it cannot be assumed that two requests 644 on the same connection are from the same client or share any other common 645 attributes. 640 646 </t> 641 647 </section> … … 5919 5925 "Set expectations around buffering" 5920 5926 </t> 5927 <t> 5928 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/288"/>: 5929 "Considering messages in isolation" 5930 </t> 5921 5931 </list> 5922 5932 </t>
Note: See TracChangeset
for help on using the changeset viewer.