From 84835a95affd1665540823eb9e7571e5e947d844 Mon Sep 17 00:00:00 2001 From: bboysoul <31786046+bboysoulcn@users.noreply.github.com> Date: Tue, 29 Jun 2021 13:37:29 +0800 Subject: [PATCH] Update https.go --- server/proxy/https.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/proxy/https.go b/server/proxy/https.go index d6fb5d0..873e826 100644 --- a/server/proxy/https.go +++ b/server/proxy/https.go @@ -5,6 +5,7 @@ import ( "net/http" "net/url" "sync" + "strings" "ehang.io/nps/lib/cache" "ehang.io/nps/lib/common"