Update dependencies

This commit is contained in:
世界 2022-04-29 19:11:00 +08:00
parent ad47782f2e
commit 77c548883d
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
5 changed files with 74 additions and 76 deletions

View file

@ -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)
}