Skip to content

Conversation

@arsenii-firebolt
Copy link
Contributor

No description provided.

Comment on lines +71 to +75

if buffer.trim() == "quit" || buffer.trim() == "exit" {
break;
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just bundling into; useful for testing with script

@arsenii-firebolt arsenii-firebolt changed the title report transaction status; exit via quit/exit indicate explicit transactions status; exit via quit/exit Jul 2, 2025
if !param.is_empty() {
set_args(context, format!("set {};", param).as_str())?;
let mut updated_url = false;
for (header, value) in resp.headers() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you also need to handle Firebolt-Reset-Session header, which removes all parameters that were added with Firebolt-Update-Parameters

@arsenii-firebolt arsenii-firebolt merged commit 57a8862 into main Jul 2, 2025
3 checks passed
@arsenii-firebolt arsenii-firebolt deleted the transaction-status branch July 2, 2025 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants