Closed ThomasMatlak closed 1 year ago
Controllers can be simplified, and probably more correct, if they use the http.Request::Context, rather than creating a new context.Context, as they currently do.
http.Request::Context
context.Context
Controllers can be simplified, and probably more correct, if they use the
http.Request::Context
, rather than creating a newcontext.Context
, as they currently do.