OT: limit number of connections from browser to my server?

Grant Edwards grant.b.edwards at gmail.com
Mon May 16 15:35:25 EDT 2016


On 2016-05-16, Random832 <random832 at fastmail.com> wrote:
> On Mon, May 16, 2016, at 13:57, sohcahtoa82 at gmail.com wrote:
>> On Monday, May 16, 2016 at 10:35:28 AM UTC-7, Peter Otten wrote:
>>
>>> I think HTTP/2 allows multiple requests over a single TCP connection.
>> 
>> HTTP/1.1 already supports it, but most browsers have it disabled by
>> default.
>> 
>> https://en.wikipedia.org/wiki/HTTP_pipelining

Oops, sorry, I didn't see that you were referring to something other
than persistent connections.

> Technically, what he's asking for isn't even pipelining.
>
> https://en.wikipedia.org/wiki/HTTP_persistent_connection

Right. I just want convince browsers to use persistent connections and
as few of them as possible.

-- 
Grant Edwards               grant.b.edwards        Yow! One FISHWICH coming
                                  at               up!!
                              gmail.com            




More information about the Python-list mailing list