From 78bdc5fb016029215f2029a753138ff200166fc8 Mon Sep 17 00:00:00 2001 From: teidesu Date: Sun, 23 May 2021 13:49:34 +0300 Subject: [PATCH] fix(socks-proxy): remove `headers` field faulty copypaste :shrug: --- packages/socks-proxy/index.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/socks-proxy/index.ts b/packages/socks-proxy/index.ts index ecd5b454..0c22f6f2 100644 --- a/packages/socks-proxy/index.ts +++ b/packages/socks-proxy/index.ts @@ -47,11 +47,6 @@ export interface SocksProxySettings { */ password?: string - /** - * Proxy connection headers, if needed - */ - headers?: Record - /** * Version of the SOCKS proxy (4 or 5) *