ok2c commented on code in PR #869:
URL: 
https://github.com/apache/httpcomponents-client/pull/869#discussion_r3820257383


##########
httpclient5/src/main/java/org/apache/hc/client5/http/impl/cookie/RFC6265CookieSpec.java:
##########
@@ -152,22 +159,29 @@ public String toString() {
 
     private RawCookie parseCookie(final CharSequence buffer,
                                   final Tokenizer.Cursor cursor) {
-        final String name = tokenParser.parseToken(buffer, cursor, 
TOKEN_DELIMS);
-        if (name.isEmpty()) {
-            return null;
+        final String token = tokenParser.parseToken(buffer, cursor, 
TOKEN_DELIMS);

Review Comment:
   @arturobernalg Understood. I have no objections. 



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