From a8c2c83be0f0462918ebf62b9f6ac3d958e6ea05 Mon Sep 17 00:00:00 2001 From: Abhijeet Kandalkar Date: Thu, 11 Oct 2018 13:55:58 +0530 Subject: [PATCH] Add support of websocket --- etc/tinyproxy.conf.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/tinyproxy.conf.in b/etc/tinyproxy.conf.in index 15f89f4..9e6eb3c 100644 --- a/etc/tinyproxy.conf.in +++ b/etc/tinyproxy.conf.in @@ -234,6 +234,8 @@ Allow 127.0.0.1 # traffic, as Tinyproxy has no control over what headers are exchanged. # #AddHeader "X-My-Header" "Powered by Tinyproxy" +AddHeader "Connection" "Upgrade" +AddHeader "Upgrade" "WebSocket" # # ViaProxyName: The "Via" header is required by the HTTP RFC, but using