Skip to content

Commit c348cd1

Browse files
committed
no message
1 parent 76e3784 commit c348cd1

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

ctx.go

-4
Original file line numberDiff line numberDiff line change
@@ -1819,10 +1819,6 @@ func (c *DefaultCtx) Vary(fields ...string) {
18191819

18201820
// Value makes it possible to retrieve values (Locals) under keys scoped to the request
18211821
// and therefore available to all following routes that match the request.
1822-
//
1823-
// All the values are removed from ctx after returning from the top
1824-
// RequestHandler. Additionally, Close method is called on each value
1825-
// implementing io.Closer before removing the value from ctx.
18261822
func (c *DefaultCtx) Value(key any) any {
18271823
return c.fasthttp.UserValue(key)
18281824
}

ctx_interface_gen.go

-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)