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

[browser] [wasm] Refactor Request Streaming to use HttpContent.CopyToAsync #91699

Merged
merged 15 commits into from
Sep 21, 2023

Commits on Sep 6, 2023

  1. try out transformstream

    campersau committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    36f5f5a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. PR feedback

    campersau committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7ecb8d6 View commit details
    Browse the repository at this point in the history
  2. race transform stream writing with fetch promise

    unfortunately the transform stream does not get notified when fetch fails or cancels so we need to race with it
    campersau committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    03491b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    d895743 View commit details
    Browse the repository at this point in the history
  2. PR feedback

    campersau committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    73d5289 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26dd68a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5480c03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4601b9 View commit details
    Browse the repository at this point in the history
  6. test async cancel

    campersau committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    330d1ba View commit details
    Browse the repository at this point in the history
  7. use CancelationHelper

    campersau committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f2a7f9d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    20130a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    89f2b86 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. improve exception handling

    campersau committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    a11b798 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. return ControllablePromise

    campersau committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    06b7f69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f2ee8f View commit details
    Browse the repository at this point in the history