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

Add support for processing requests with StreamContent to AddStandardHedgingHandler() #5112

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Apr 16, 2024

  1. Fixes dotnet#5105

    Add support for HttpRequestMessage objects containing StreamContent to
    the AddStandardHedgingHandler() resilience API.
    
    This change does not update any public API contracts. It updates
    internal and private API contracts only.
    
    Link to issue: dotnet#5105
    Adam Hammond committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    51c0c53 View commit details
    Browse the repository at this point in the history
  2. Fixes dotnet#5105

    Add support for HttpRequestMessage objects containing StreamContent to
    the AddStandardHedgingHandler() resilience API.
    
    This change does not update any public API contracts. It updates
    internal and private API contracts only.
    
    This is a small commit that is part of a larger PR. See the PR and
    its corresponding initial commit for the full set of changes.
    Adam Hammond committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4fb26f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Fixes dotnet#5105

    Add support for HttpRequestMessage objects containing StreamContent to
    the AddStandardHedgingHandler() resilience API.
    
    This change does not update any public API contracts. It updates
    internal and private API contracts only.
    
    This is a small commit to update the ConfigureAwait arg on an async
    Adam Hammond committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    60accf3 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Fixes dotnet#5105

    Add support for HttpRequestMessage objects containing StreamContent to
    the AddStandardHedgingHandler() resilience API.
    
    This change does not update any public API contracts. It updates
    internal and private API contracts only.
    
    This is a small commit to resolve comments made on the PR
    Adam Hammond committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    576fca5 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Fixes dotnet#5105

    Add support for HttpRequestMessage objects containing StreamContent to
    the AddStandardHedgingHandler() resilience API.
    
    This change does not update any public API contracts. It updates
    internal and private API contracts only.
    
    This is a small commit to resolve comments made on the PR.
    Adam Hammond committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f51e60e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Fixes dotnet#5105

    Add support for HttpRequestMessage objects containing StreamContent to
    the AddStandardHedgingHandler() resilience API.
    
    This change does not update any public API contracts. It updates
    internal and private API contracts only.
    
    This is a small commit to resolve comments made on the PR.
    Adam Hammond committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    deaf1cf View commit details
    Browse the repository at this point in the history