Changeset 1964 for draft-ietf-httpbis/latest/p1-messaging.xml
- Timestamp:
- 01/11/12 18:46:15 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.xml
r1963 r1964 547 547 can be understood in isolation. Many implementations depend on HTTP's 548 548 stateless design in order to reuse proxied connections or dynamically 549 load 549 load-balance requests across multiple servers. Hence, servers &MUST-NOT; 550 550 assume that two requests on the same connection are from the same user 551 551 agent unless the connection is secured and specific to that agent. … … 758 758 the minor version was not incremented for the changes introduced between 759 759 <xref target="RFC2068"/> and <xref target="RFC2616"/>, and this revision 760 is specifically avoiding any such changes to the protocol.760 has specifically avoiding any such changes to the protocol. 761 761 </t> 762 762 </section> … … 2997 2997 <t> 2998 2998 A server that receives a <x:ref>close</x:ref> connection option &MUST; 2999 initiate a lingering close of the connection after it sends the final3000 response to the request that contained <x:ref>close</x:ref>.2999 initiate a lingering close (see below) of the connection after it sends the 3000 final response to the request that contained <x:ref>close</x:ref>. 3001 3001 The server &SHOULD; include a <x:ref>close</x:ref> connection option 3002 3002 in its final response on that connection. The server &MUST-NOT; process … … 3593 3593 HTTP clients rely heavily on the Domain Name Service (DNS), and are thus 3594 3594 generally prone to security attacks based on the deliberate misassociation 3595 of IP addresses and DNS names not protected by DNSS ec. Clients need to be3595 of IP addresses and DNS names not protected by DNSSEC. Clients need to be 3596 3596 cautious in assuming the validity of an IP number/DNS name association unless 3597 the response is protected by DNSS ec(<xref target="RFC4033"/>).3597 the response is protected by DNSSEC (<xref target="RFC4033"/>). 3598 3598 </t> 3599 3599 </section>
Note: See TracChangeset
for help on using the changeset viewer.