From 3342a8245482aae362b9890a54270a7a58a79fbc Mon Sep 17 00:00:00 2001 From: evilsocket Date: Sat, 13 Oct 2018 14:16:36 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- modules/http_proxy_script.go | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/http_proxy_script.go b/modules/http_proxy_script.go index 5a191e83..0a33b9e5 100644 --- a/modules/http_proxy_script.go +++ b/modules/http_proxy_script.go @@ -96,6 +96,5 @@ func (s *HttpProxyScript) OnCommand(cmd string) bool { return v } } - return false }