mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-16 21:32:11 +08:00
Merge e18e2a9e23365ee088745782ead485ac94f945b1 into 820090381719dc209584c3fc1044cd95ec520594
This commit is contained in:
commit
1db9ec3d2b
@ -449,7 +449,7 @@ func (c *Context) GetQueryArray(key string) ([]string, bool) {
|
||||
if values, ok := c.queryCache[key]; ok && len(values) > 0 {
|
||||
return values, true
|
||||
}
|
||||
return []string{}, false
|
||||
return nil, false
|
||||
}
|
||||
|
||||
// QueryMap returns a map for a given query key.
|
||||
|
Loading…
x
Reference in New Issue
Block a user