Changeset 2351
- Timestamp:
- 10/08/13 21:24:38 (9 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r2350 r2351 1708 1708 </li> 1709 1709 <li>A client that sends a 100-continue expectation <em class="bcp14">MUST NOT</em> send an expect-value or expect-param within that expectation. 1710 </li> 1711 <li>A client that receives a <a href="#status.417" class="smpl">417 (Expectation Failed)</a> status code in response to a request containing a 100-continue expectation <em class="bcp14">SHOULD</em> repeat that request without a 100-continue expectation, since the 417 response merely indicates that the response chain does 1712 not support expectations (e.g., it passes through an HTTP/1.0 server). 1710 1713 </li> 1711 1714 </ul> -
draft-ietf-httpbis/latest/p2-semantics.xml
r2350 r2351 1892 1892 expect-value or expect-param within that expectation. 1893 1893 </t> 1894 <t> 1895 A client that receives a <x:ref>417 (Expectation Failed)</x:ref> status 1896 code in response to a request containing a 100-continue expectation 1897 &SHOULD; repeat that request without a 100-continue expectation, since 1898 the 417 response merely indicates that the response chain does not 1899 support expectations (e.g., it passes through an HTTP/1.0 server). 1900 </t> 1894 1901 </list> 1895 1902 </t>
Note: See TracChangeset
for help on using the changeset viewer.