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

Move the instantiation of RequestContent after calling the Authenticator #2062

Merged
merged 6 commits into from Apr 9, 2023

Conversation

alexeyzimarev
Copy link
Member

Description

Fixes #2061

Purpose

This pull request is a:

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@cloudflare-pages
Copy link

cloudflare-pages bot commented Apr 9, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9f1808a
Status: ✅  Deploy successful!
Preview URL: https://5450f6a0.restsharp.pages.dev
Branch Preview URL: https://move-request-content-after-a.restsharp.pages.dev

View logs

Fix null content issues with .NET Framework
# Conflicts:
#	src/RestSharp/Response/ResponseHandling.cs
#	src/RestSharp/Response/RestResponse.cs
@alexeyzimarev alexeyzimarev marked this pull request as ready for review April 9, 2023 14:17
@alexeyzimarev alexeyzimarev merged commit 812c344 into dev Apr 9, 2023
4 checks passed
@repo-ranger repo-ranger bot deleted the move-request-content-after-authenticate branch April 9, 2023 14:17
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.

HttpRequest doesn't send parameters added in Authenticator
1 participant