Re: pipelining vs. deferred content

Roy T. Fielding (fielding@kiwi.ICS.UCI.EDU)
Mon, 31 Mar 1997 20:43:58 -0800


It is a hell of a lot easier to just define a multiplexing wrapper
for HTTP/1.x messages and use the Upgrade header field to initiate
the wrapper on the first (normal) request.  Performing contortions
within the scope HTTP/1.x is a waste of energy, since the result is
no more compatible with HTTP/1.x than just doing it the right way.

.....Roy