-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Labels
good first issueGood for newcomersGood for newcomerskind/bugFeature doesn't work as expected.Feature doesn't work as expected.
Milestone
Description
The empty cookie value makes cookie unparsable, which precludes deleting values:
E.g. the Set-Cookie: cookieValue=; Path=/
won't be recognized as a valid HTTPClient.Cookie
structure.
This violates https://tools.ietf.org/html/rfc6265#section-4.1.1 which requires empty cookies to be parsable.
One fix would be just to add a omittingEmptySubsequences: true
to the split() call.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerskind/bugFeature doesn't work as expected.Feature doesn't work as expected.