HTTP pipelining - concurrent responses per connection
问题 I was just reading this Wikipedia article on HTTP pipelining and from the diagram it appears that responses can be sent concurrently on one connection. Am I misinterpreting the diagram or is this allowed? Section 8.1.2.2 of RFC 2616 states: A server MUST send its responses to those requests in the same order that the requests were received. Whilst that stops short of explicitly ruling out concurrent responses, it does not mention a need to ensure that responses must not only start in the