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
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