Re: PEP draft delayed -- diffs so far attached

>1) It would be unfortunate to rely on opening and closing transport
>connections for terminating PEP extensions. One of the main differences
>between HTTP/1.0 and HTTP/1.1 is that you never have to close the
>connection in order to resume a well-known state. The exception is the
>"Upgrade" header which unfortunately only can be terminated by closing the
>underlying connection.

That isn't necessarily true.  Upgrade allows the connection to be switched
to some other connection-oriented protocol.  There is nothing to stop that
other protocol from defining a similar mechanism for switching back.
However, that is the purview of the other ptotocol, and thus wasn't
defined as part of HTTP/1.1.

Cheers,

....Roy

Received on Wednesday, 12 March 1997 18:05:51 UTC