mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 20:07:38 +03:00
Update dependencies
This commit is contained in:
parent
ad47782f2e
commit
77c548883d
5 changed files with 74 additions and 76 deletions
|
@ -55,6 +55,7 @@ func HandleRequest(ctx context.Context, request *http.Request, conn net.Conn, au
|
|||
if err != nil {
|
||||
return E.Cause(err, "write http response")
|
||||
}
|
||||
metadata.Protocol = "http"
|
||||
metadata.Destination = destination
|
||||
return handler.NewConnection(ctx, conn, metadata)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue