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

Remove data from request as its already contained on the uploadTask #955

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

aiFigueiredo
Copy link
Contributor

This PR is to address issue #920 where an error is shown onsession.uploadTask when the request contains a body.

As the title states, the data should not be required in the request as its already passed to the uploadTask method.

@aiFigueiredo
Copy link
Contributor Author

@OlenaPostindustria, @YuriyVelichkoPI can I get some 👀 on this? 🙏

@jsligh jsligh self-requested a review February 29, 2024 16:54
@jsligh
Copy link
Collaborator

jsligh commented Feb 29, 2024

@aiFigueiredo Apologies, I'm just now seeing this. I believe this should fix the issue and should not affect the uploadTask negatively as you previously stated because the body is already part of the upload task.

Copy link
Collaborator

@jsligh jsligh left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@aiFigueiredo
Copy link
Contributor Author

aiFigueiredo commented Feb 29, 2024

Thanks @jsligh, what do we need to get this merged in and on a new release? I assume this will affect all clients that use this SDK and support the latest iOS version

@jsligh
Copy link
Collaborator

jsligh commented Feb 29, 2024

@aiFigueiredo I am merging this and hope to get a new build out next week sometime once a couple more PR's have been reviewed and merged.

@jsligh jsligh merged commit df0ba1a into prebid:master Feb 29, 2024
@aiFigueiredo
Copy link
Contributor Author

Thanks @jsligh, appreciate the 👀 and the info.

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.

None yet

2 participants