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 89410aa commit 466bd55Copy full SHA for 466bd55
api/src/main/java/org/asynchttpclient/util/AsyncHttpProviderUtils.java
@@ -516,7 +516,7 @@ public static String parseCharset(String contentType) {
516
}
517
518
public static int convertExpireField(String timestring) {
519
- String trimmedTimeString = removeQuote(timestring.trim());
+ String trimmedTimeString = removeQuotes(timestring.trim());
520
521
for (SimpleDateFormat sdf : simpleDateFormat.get()) {
522
Date date = sdf.parse(trimmedTimeString, new ParsePosition(0));
0 commit comments