From 3eeebf3712d4c338827a47f547e6169e8434f416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Mon, 6 Jun 2022 17:24:50 +0800 Subject: [PATCH] Fix http proxy server --- protocol/http/listener.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/http/listener.go b/protocol/http/listener.go index 49ab78f..0cd0059 100644 --- a/protocol/http/listener.go +++ b/protocol/http/listener.go @@ -131,7 +131,7 @@ func HandleRequest(ctx context.Context, request *http.Request, conn net.Conn, au } } -//go:linkname ReadRequest net/http.ReadRequest +//go:linkname ReadRequest net/http.readRequest func ReadRequest(b *bufio.Reader) (req *http.Request, err error) func removeHopByHopHeaders(header http.Header) {