Skip to content

Commit 8695c65

Browse files
authored
Update redirect.go
1 parent 478fe45 commit 8695c65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

redirect.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ func (r *Redirect) WithInput() *Redirect {
101101
ctype := utils.ToLower(utils.UnsafeString(r.c.Context().Request.Header.ContentType()))
102102
ctype = binder.FilterFlags(utils.ParseVendorSpecificContentType(ctype))
103103

104-
// TODO: Maybe better implementation.
105104
switch ctype {
106105
case MIMEApplicationForm:
107106
_ = r.c.Bind().Form(r.oldInput)

0 commit comments

Comments
 (0)