release is a method to reset context fields when to use ReleaseCtx()
()
| 157 | Reset(fctx *fasthttp.RequestCtx) |
| 158 | // release is a method to reset context fields when to use ReleaseCtx() |
| 159 | release() |
| 160 | // Abandon marks this context as abandoned. An abandoned context will not be |
| 161 | // returned to the pool when ReleaseCtx is called. |
| 162 | // |
no outgoing calls