arturobernalg commented on code in PR #424:
URL: 
https://github.com/apache/httpcomponents-client/pull/424#discussion_r1136260505


##########
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:
   @ok2c  
   I agree, however, I am open to any help or advice as it has been challenging 
to fit all the pieces together. Nevertheless, I am determined to find the 
optimal solution.
   



-- 
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]

Reply via email to