arturobernalg commented on code in PR #424:
URL:
https://github.com/apache/httpcomponents-client/pull/424#discussion_r1136572957
##########
httpclient5-cache/src/main/java/org/apache/hc/client5/http/impl/cache/CacheControlHeaderParser.java:
##########
@@ -139,12 +138,20 @@ public final CacheControl parse(final Header header) {
while (!cursor.atEnd()) {
final String name = tokenParser.parseToken(buffer, cursor,
TOKEN_DELIMS);
+
Review Comment:
> @arturobernalg Oh, man. This looks ugly. There should be a better way of
doing the same.
@ok2c what about now?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]