mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -219,7 +219,7 @@ public class HttpServerRequest extends HttpServerBase {
|
||||
*/
|
||||
public Map<String, HttpCookie> getCookieMap() {
|
||||
if (null == this.cookieCache) {
|
||||
cookieCache = MapUtil.unmodifiable(MapUtil.putAll(
|
||||
cookieCache = MapUtil.view(MapUtil.putAll(
|
||||
new CaseInsensitiveMap<>(),
|
||||
NetUtil.parseCookies(getCookiesStr()),
|
||||
HttpCookie::getName));
|
||||
|
Reference in New Issue
Block a user