16 Aug
2015
16 Aug
'15
2:35 a.m.
2015-08-08 14:19 GMT-03:00 Darren Cook
(Q. for Vinícius) Using the diagram at http://stackoverflow.com/q/10480122/841830, does the above mean that Boost.Http only supports the left-most diagram (e.g. a browser client cannot request image.png until it has received the entirety of index.html)?
The browser can issue all requests at once, but thanks to HTTP 1.1 head of line blocking, it'll only get the response to the second request once the response to the first request has being generated. At least you decrease the latency. -- Vinícius dos Santos Oliveira https://about.me/vinipsmaker