mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 20:07:38 +03:00
Fix http proxy server
This commit is contained in:
parent
591aceae2e
commit
3eeebf3712
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue