Re: :scheme and CONNECT method

On Tue, Aug 13, 2013 at 06:35:56PM +0100, Martin Thomson wrote:
> deal with this, i.e.,
> 
> :method = CONNECT
> 
> The trick here is that the DATA frames that form the "request body"
> constitute a separate channel that is reliable, in-ordered, etc...
> This channel can be used to perform a TLS handshake and run any
> protocol you like.

Here are some semantics one could apply to it:

DATA <---> Data TX/RX.
END_STREAM <----> Half-close
RST_STREAM <---> Reset connection   

Possibly some connection control messages using HEADERS?


As note, this sort of stuff could also be applicable to upgrade
(internally emulate TCP connection)?

-Ilari

Received on Tuesday, 13 August 2013 19:24:57 UTC