Skip to content

Encode client-broker messages as json in HTTP body

Cecylia Bocovich requested to merge cohosh/snowflake:issue/29293 into main

Send the client poll request and response in a json-encoded format in the HTTP request body rather than sending the data in HTTP headers. This will pave the way for using domain-fronting alternatives for the Snowflake rendezvous.

Closes #29293 (closed)

Merge request reports