Jacob, On Tue, Dec 8, 2015 at 11:17 PM, Yann Ylavic <ylavic....@gmail.com> wrote: > > As I read the RFC, the simple(st) case is: > Request (upgrade: somespec) -> request body <- 101 (upgrade: somespec) > <- new protocol response or read
Wouldn't that work for the WebSocket case? If the new protocol wants to read after the Switch I don't think anything prevents it... The headers included in the 101 response could be set by a hook.