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

fix duplicated http path is certain scenarios #304

Closed
wants to merge 1 commit into from
Closed

fix duplicated http path is certain scenarios #304

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Mar 9, 2022

Closes #294

The http path is duplicated as its populated twice, first time when calling getRequestUrl and second time when calling baseExecute.

There is already a check in place in getRequestUrl to make sure the path does not get duplicated when the method called twice. As part of this fix, the check is ported to baseExecute method.

@CLAassistant
Copy link

CLAassistant commented Mar 9, 2022

CLA assistant check
All committers have signed the CLA.

This pull request was closed.
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.

Client#getHttpUrl misbehaving?
1 participant