diff --git a/pkg/context/transfer.go b/pkg/context/transfer.go index 1ba6b913..d33e3332 100755 --- a/pkg/context/transfer.go +++ b/pkg/context/transfer.go @@ -17,6 +17,7 @@ import ( // Transfer takes the logger, log.Sink, authentication, request and // error info from the given context and returns a complete // new context with all these objects. +// Deprecated: Use context.WithoutCancel instead. func Transfer(in context.Context) context.Context { // transfer logger, log.Sink, authentication and error info out := TransferTracingContext(in, context.Background())