Refactor redirect request in gin.go (#1970)
* Refactor redirect request in gin.go * Update http status code
This commit is contained in:
committed by
thinkerou
parent
3c8e29b53c
commit
231ff00d1f
@ -8,7 +8,7 @@ import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
const defaultMemory = 32 * 1024 * 1024
|
||||
const defaultMemory = 32 << 20
|
||||
|
||||
type formBinding struct{}
|
||||
type formPostBinding struct{}
|
||||
|
Reference in New Issue
Block a user