Skip to content

Remove support for oneshot mode

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

Due to a bug (#40098 (closed)), legacy oneshot connections have not worked for awhile. Connections without the turbotunnel token would cause the server to crash. This fixes that bug by removing support altogether and simply closes the connection.

Closes #40098 (closed)

Merge request reports