Re: [PATCH] RFC: upgrade connection for proxied docker streams

2014-11-16 Thread Maxim Dounin
Hello! On Sat, Nov 15, 2014 at 05:25:36PM +0100, Jean-Tiare LE BIGOT wrote: > Hi, > > This patch adds support for proxying Docker's "hijacked" HTTP > connections. It shares most logic with websocket's "upgrade" mechanism. > > Basically, it detects the 'application/vnd.docker.raw-stream" > Conte

[PATCH] RFC: upgrade connection for proxied docker streams

2014-11-15 Thread Jean-Tiare LE BIGOT
Hi, This patch adds support for proxying Docker's "hijacked" HTTP connections. It shares most logic with websocket's "upgrade" mechanism. Basically, it detects the 'application/vnd.docker.raw-stream" Content-Type header and marks the connection for upgrade in this case. I also hit a strange beha