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

Enhance StreamResponse handling and update dependencies #121

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

Commits on Oct 22, 2024

  1. Enhance StreamResponse handling and update dependencies

    Updated `ResponseBuilderDefaults` to include `StreamResponse` in `SpecialTypes`. Refactored `SetBodyCoreAsync` in `DefaultResponseBuilder.cs` for readability and removed unnecessary `using` statements. Modified `RequestCoreAsync` in `HttpWebRequestInvoker.cs` and `BuildResponseAsync` in `InMemoryRequestInvoker.cs` to handle `StreamResponse` types with proper disposal. Updated `Elastic.Transport.csproj` to reference `System.Text.Json` version `8.0.5`.
    stevejgordon committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    160eff8 View commit details
    Browse the repository at this point in the history
  2. Update tests

    stevejgordon committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    2300050 View commit details
    Browse the repository at this point in the history