<?xml version="1.0" encoding="UTF-8"?>
<reference anchor="I-D.mogul-http-ooo" target="https://datatracker.ietf.org/doc/html/draft-mogul-http-ooo-00">
   <front>
      <title>Support for out-of-order responses in HTTP</title>
      <author initials="J." surname="Mogul" fullname="Jeffrey Mogul">
         </author>
      <date month="April" day="9" year="2001" />
      <abstract>
	 <t> The introduction of persistent connections and pipelining
        into HTTP has resulted in potential performance benefits,
        but has also exposed the problem of head-of-line blocking.
A simple, compatible, and optional extension to HTTP to
allow a server to issue responses out of order could
significantly reduce HOL blocking.  In this extension,
clients add short ID fields to their requests, and servers
echo these IDs back in their responses.  This extension is
defined as a hop-by-hop rather than end-to-end mechanism,
so it avoids much of the complexity of the end-to-end
approach.
	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-mogul-http-ooo-00" />
   
</reference>
