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: Propagate Edge and Region properties from client to request when making async request #566

Merged

Conversation

xeromorph
Copy link
Contributor

This PR removes behavior disparity between TwilioRestClient's Request and RequestAsync methods in terms of propagating Edge and Region properties to the request, effectively fixing RequestAsync's support for edge servers.

Fixes #565

@xeromorph xeromorph force-pushed the fix/edge-region-for-async-request branch from 662eb90 to 24f1eb6 Compare May 11, 2021 09:09
Copy link
Contributor

@shwetha-manvinkurke shwetha-manvinkurke left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you for the contribution!

@shwetha-manvinkurke shwetha-manvinkurke merged commit 0f49d64 into twilio:main May 11, 2021
@xeromorph xeromorph deleted the fix/edge-region-for-async-request branch May 12, 2021 08:08
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.

TwilioRestClient ignores Edge property for async requests
2 participants