Changeset 1668
- Timestamp:
- 02/06/12 10:20:48 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r1667 r1668 449 449 } 450 450 @bottom-center { 451 content: "Expires December 3, 2012";451 content: "Expires December 4, 2012"; 452 452 } 453 453 @bottom-right { … … 491 491 <meta name="dct.creator" content="Reschke, J. F."> 492 492 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 493 <meta name="dct.issued" scheme="ISO8601" content="2012-06-0 1">493 <meta name="dct.issued" scheme="ISO8601" content="2012-06-02"> 494 494 <meta name="dct.replaces" content="urn:ietf:rfc:2145"> 495 495 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> … … 523 523 </tr> 524 524 <tr> 525 <td class="left">Expires: December 3, 2012</td>525 <td class="left">Expires: December 4, 2012</td> 526 526 <td class="right">greenbytes</td> 527 527 </tr> 528 528 <tr> 529 529 <td class="left"></td> 530 <td class="right">June 1, 2012</td>530 <td class="right">June 2, 2012</td> 531 531 </tr> 532 532 </tbody> … … 561 561 in progress”. 562 562 </p> 563 <p>This Internet-Draft will expire on December 3, 2012.</p>563 <p>This Internet-Draft will expire on December 4, 2012.</p> 564 564 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 565 565 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1877 1877 <p id="rfc.section.5.5.p.5">If the request-target is in authority-form, then the effective request URI's authority component is the same as the request-target. 1878 1878 Otherwise, if a Host header field is supplied with a non-empty field-value, then the authority component is the same as the 1879 Host field-value. Otherwise, the authority component is the concatenation of the default host name configured for the server,1879 Host field-value. Otherwise, the authority component is the concatenation of the default host name configured for the server, 1880 1880 a colon (":"), and the connection's incoming TCP port number in decimal form. 1881 1881 </p> -
draft-ietf-httpbis/latest/p1-messaging.xml
r1667 r1668 2444 2444 then the authority component is the same as the Host field-value. 2445 2445 Otherwise, the authority component is the concatenation of the default 2446 host name configured for the server, a colon (":"), and the connection's2446 host name configured for the server, a colon (":"), and the connection's 2447 2447 incoming TCP port number in decimal form. 2448 2448 </t>
Note: See TracChangeset
for help on using the changeset viewer.