We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7fb38 commit c640c57Copy full SHA for c640c57
src/main/java/com/ning/org/jboss/netty/handler/codec/http/CookieDecoder.java
@@ -113,7 +113,7 @@ public static Set<Cookie> decode(String header) {
113
String commentURL = null;
114
String domain = null;
115
String path = null;
116
- int maxAge = Integer.MIN_VALUE;
+ int maxAge = -1;
117
List<Integer> ports = Collections.emptyList();
118
119
for (int j = i + 1; j < names.size(); j++, i++) {
0 commit comments