On Mon, May 16, 2016, at 13:57, sohcahto...@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
Technically, what he's asking for isn't even pipelining. https://en.wikipedia.org/wiki/HTTP_persistent_connection (The new feature in HTTP/2, incidentally, is support for multiple *simultaneous* responses) -- https://mail.python.org/mailman/listinfo/python-list