We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17b5ad commit cf68f93Copy full SHA for cf68f93
redirect_test.go
@@ -19,6 +19,7 @@ func Test_Redirect_To(t *testing.T) {
19
t.Parallel()
20
app := New()
21
c := app.AcquireCtx(&fasthttp.RequestCtx{})
22
+ defer app.ReleaseCtx(c)
23
24
err := c.Redirect().To("http://default.com")
25
require.NoError(t, err)
0 commit comments