Skip to content

Fix URL issue removing get parameters and adding them to post data - #707

Closed
kunitoki wants to merge 4 commits into
juce-framework:juce6from
kunitoki:kraken/juce6_fix_url_issue_with_post
Closed

Fix URL issue removing get parameters and adding them to post data#707
kunitoki wants to merge 4 commits into
juce-framework:juce6from
kunitoki:kraken/juce6_fix_url_issue_with_post

Conversation

@kunitoki

Copy link
Copy Markdown

When you have post data while using createInputStream, JUCE will end up removing the get parameters from the endpoint, and append them to the body, breaking both the endpoint to reach and the payload.

This also fix createInputStream to take a std::function for the progress callback instead of a function pointer and void* context.

@tpoole tpoole closed this Jan 13, 2021
@tpoole
tpoole deleted the branch juce-framework:juce6 January 13, 2021 12:34
@tpoole

tpoole commented Jan 13, 2021

Copy link
Copy Markdown
Member

The removal of the juce6 branch automatically closed this PR. Please re-submit against either master or develop. Apologies for the inconvenience.

@JordanSkousen

Copy link
Copy Markdown

Reopened this PR on master branch, see #830

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