diff --git a/gin.go b/gin.go index c08cd929..fce029dd 100644 --- a/gin.go +++ b/gin.go @@ -25,7 +25,7 @@ import ( const ( defaultMultipartMemory = 32 << 20 // 32 MB - defaultReadHeaderTimeout = 10 * time.Second + defaultReadHeaderTimeout = 5 * time.Second escapedColon = "\\:" colon = ":" backslash = "\\"