Skip to content

Conversation

@flobernd
Copy link
Member

Fixes PostData.MultiJson not working correctly when DisableDirectStreaming is used.

@flobernd flobernd merged commit f9426a4 into main Jan 2, 2025
26 checks passed
@flobernd flobernd deleted the update-transport-0.5.7 branch January 2, 2025 13:03
github-actions bot pushed a commit that referenced this pull request Jan 2, 2025
github-actions bot pushed a commit that referenced this pull request Jan 2, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Jan 2, 2025

The backport to 8.17 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-8.17 8.17
# Navigate to the new working tree
cd .worktrees/backport-8.17
# Create a new branch
git switch --create backport-8433-to-8.17
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 f9426a41af01ae2be3ff818978fc440adfd812ea
# Push it to GitHub
git push --set-upstream origin backport-8433-to-8.17
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.17

Then, create a pull request where the base branch is 8.17 and the compare/head branch is backport-8433-to-8.17.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 2, 2025

The backport to 8.17 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-8.17 8.17
# Navigate to the new working tree
cd .worktrees/backport-8.17
# Create a new branch
git switch --create backport-8433-to-8.17
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 f9426a41af01ae2be3ff818978fc440adfd812ea
# Push it to GitHub
git push --set-upstream origin backport-8433-to-8.17
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.17

Then, create a pull request where the base branch is 8.17 and the compare/head branch is backport-8433-to-8.17.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.x Relates to a 8.x client version Area: Transport Category: Bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants