Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly implement new-request. #107

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Correctly implement new-request. #107

merged 1 commit into from
Jul 11, 2024

Conversation

rylev
Copy link
Collaborator

@rylev rylev commented Jul 10, 2024

Fixes #106

Previously, if the incoming-body override was none we set the body to empty instead of defaulting to the existing body in request.

This meant that we were always setting the body to empty when the user used the spin-test Rust SDK.

Previously, if the `incoming-body` override was `none` we set the body
to empty instead of defaulting to the existing body in `request`.

Signed-off-by: Ryan Levick <[email protected]>
@rylev rylev merged commit 23ca498 into main Jul 11, 2024
5 checks passed
@rylev rylev deleted the replace-body branch July 11, 2024 12:58
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.

Can't set the body on a request
2 participants