From 6b26544ce804707060b6823b730ee7c7b67aa264 Mon Sep 17 00:00:00 2001 From: Abhijeet Date: Mon, 22 Oct 2018 22:55:38 +0530 Subject: [PATCH] Revert "Add support of websocket" This reverts commit a8c2c83be0f0462918ebf62b9f6ac3d958e6ea05. --- etc/tinyproxy.conf.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/tinyproxy.conf.in b/etc/tinyproxy.conf.in index 69521d8..73b2836 100644 --- a/etc/tinyproxy.conf.in +++ b/etc/tinyproxy.conf.in @@ -236,8 +236,6 @@ Allow localhost # 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