mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 20:07:38 +03:00
Try to fix HTTP server leak again
This commit is contained in:
parent
5a3d0edd1c
commit
544863e3f4
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ func HandleConnection(ctx context.Context, conn net.Conn, reader *std_bufio.Read
|
|||
httpClient = &http.Client{
|
||||
Transport: &http.Transport{
|
||||
DisableCompression: true,
|
||||
DialContext: func(context context.Context, network, address string) (net.Conn, error) {
|
||||
DialContext: func(ctx context.Context, network, address string) (net.Conn, error) {
|
||||
metadata.Destination = M.ParseSocksaddr(address)
|
||||
metadata.Protocol = "http"
|
||||
input, output := net.Pipe()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue