Skip to content

Commit 90b67d9

Browse files
author
Stephane Landelle
committed
Backport RFC2616DateParser fix, close AsyncHttpClient#505
1 parent 8aabac4 commit 90b67d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ning/http/client/date/RFC2616DateParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ private Tokens tokenize() {
8383
}
8484

8585
// finish lastToken
86-
if (inToken = true)
86+
if (inToken)
8787
ends[tokenCount++] = end;
8888

8989
return new Tokens(starts, ends, tokenCount);

0 commit comments

Comments
 (0)