From 372da062d486a84f12751f3219b43eb3352482af Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Mon, 10 Dec 2018 23:34:54 +0100 Subject: [PATCH] fix build break --- common/protocol/http/sniff.go | 1 - 1 file changed, 1 deletion(-) diff --git a/common/protocol/http/sniff.go b/common/protocol/http/sniff.go index 340164f0..79ac4ad1 100644 --- a/common/protocol/http/sniff.go +++ b/common/protocol/http/sniff.go @@ -3,7 +3,6 @@ package http import ( "bytes" "errors" - "net" "strings" "v2ray.com/core/common"