Changeset 2592
- Timestamp:
- 28/01/14 00:25:26 (8 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r2591 r2592 2220 2220 <div id="persistent.concurrency"> 2221 2221 <h2 id="rfc.section.6.4"><a href="#rfc.section.6.4">6.4</a> <a href="#persistent.concurrency">Concurrency</a></h2> 2222 <p id="rfc.section.6.4.p.1">A client <em class="bcp14">SHOULD</em> limit the number of simultaneous open connections that it maintains to a given server. 2223 </p> 2222 <p id="rfc.section.6.4.p.1">A client ought to limit the number of simultaneous open connections that it maintains to a given server.</p> 2224 2223 <p id="rfc.section.6.4.p.2">Previous revisions of HTTP gave a specific number of connections as a ceiling, but this was found to be impractical for many 2225 2224 applications. As a result, this specification does not mandate a particular maximum number of connections, but instead encourages … … 2230 2229 consumes server resources. Furthermore, using multiple connections can cause undesirable side effects in congested networks. 2231 2230 </p> 2232 <p id="rfc.section.6.4.p.4">Note that servers might reject traffic that they deem abusive, including an excessive number of connections from a client.</p> 2231 <p id="rfc.section.6.4.p.4">Note that a server might reject traffic that it deems abusive or characteristic of a denial of service attack, such as an 2232 excessive number of open connections from a single client. 2233 </p> 2233 2234 </div> 2234 2235 <div id="persistent.failures"> -
draft-ietf-httpbis/latest/p1-messaging.xml
r2591 r2592 3066 3066 <section title="Concurrency" anchor="persistent.concurrency"> 3067 3067 <t> 3068 A client &SHOULD;limit the number of simultaneous open3068 A client ought to limit the number of simultaneous open 3069 3069 connections that it maintains to a given server. 3070 3070 </t> … … 3085 3085 </t> 3086 3086 <t> 3087 Note that servers might reject traffic that they deem abusive, including an 3088 excessive number of connections from a client. 3087 Note that a server might reject traffic that it deems abusive or 3088 characteristic of a denial of service attack, such as an excessive number 3089 of open connections from a single client. 3089 3090 </t> 3090 3091 </section>
Note: See TracChangeset
for help on using the changeset viewer.