mirror of
https://github.com/MontFerret/ferret.git
synced 2025-07-03 00:46:51 +02:00
Bugfix/#597 headers panic (#598)
* Remodeled HTTPHeaders * Remodeled HTTPCookies
This commit is contained in:
@ -132,7 +132,7 @@ func parseParseParams(content []byte, arg *values.Object) (ParseParams, error) {
|
||||
|
||||
res.Cookies = cookies
|
||||
default:
|
||||
res.Cookies = make(drivers.HTTPCookies)
|
||||
res.Cookies = drivers.NewHTTPCookies()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user