- From: Yoav Nir <ynir@checkpoint.com>
- Date: Fri, 22 Feb 2013 22:19:50 +0000
- To: Martin Thomson <martin.thomson@gmail.com>
- CC: Roberto Peon <grmocg@gmail.com>, Osama Mazahir <OSAMAM@microsoft.com>, "ietf-http-wg@w3.org Group" <ietf-http-wg@w3.org>
On Feb 22, 2013, at 6:16 PM, Martin Thomson <martin.thomson@gmail.com> wrote: > On 22 February 2013 05:18, Roberto Peon <grmocg@gmail.com> wrote: >> Why 1? > > 1 seems a little restrictive, especially since 6 concurrent > connections is the current expectation in many browsers. Defaulting to 1 allows for a simple server that never has to handle multiple concurrent streams, one that can be implemented with much fewer lines of code, but is still compliant. Great for serving software updates, large files, CRLs, etc. Not so great for web pages. Other servers will quickly raise the limit via a SETTINGS frame. Yoav
Received on Friday, 22 February 2013 22:20:28 UTC