James Duong created ARROW-15546:
-----------------------------------
Summary: [FlightRPC][C++] Client cookie generation should not wrap
values in quotes
Key: ARROW-15546
URL: https://issues.apache.org/jira/browse/ARROW-15546
Project: Apache Arrow
Issue Type: Bug
Components: C++, FlightRPC
Reporter: James Duong
Assignee: James Duong
The ClientCookieMiddleware implementation in C++ incorrectly wraps each value
in the generated Cookie header in quotes.
Values are permitted to be wrapped in quotes in the Set-Cookie header a server
would emit, but not the Cookie header the client would send back.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)