You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "zeroshade (via GitHub)" <gi...@apache.org> on 2023/06/20 21:59:44 UTC

[GitHub] [arrow-adbc] zeroshade commented on a diff in pull request #825: feat(go/adbc/driver/flightsql): Add cookie middleware option

zeroshade commented on code in PR #825:
URL: https://github.com/apache/arrow-adbc/pull/825#discussion_r1235940671


##########
docs/source/driver/flight_sql.rst:
##########
@@ -185,6 +185,11 @@ These options map 1:1 with the options in FlightClientOptions:
     defaults to 16 MiB since Flight services tend to return larger
     reponse payloads.  Should be a positive integer number of bytes.
 
+``adbc.flight.sql.rpc.with_cookie_middleware``
+    Enable or disable middleware that processes and handles "set-cookie"
+    metadata headers returned from the server and sends "Cookie" headers
+    back from the client. Value should be ``true`` or ``false``.

Review Comment:
   Good point, let me update it. Default is `false`



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org