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(fetch) allow Response to be GC'd before all the request body is received #10933

Merged
merged 29 commits into from
May 22, 2024

Commits on May 22, 2024

  1. weak ref only

    cirospaciari committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6f10932 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38ce7ee View commit details
    Browse the repository at this point in the history
  3. move comment

    cirospaciari committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5db653f View commit details
    Browse the repository at this point in the history
  4. clean

    cirospaciari committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2b21744 View commit details
    Browse the repository at this point in the history
  5. add tests

    cirospaciari committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f349e0e View commit details
    Browse the repository at this point in the history
  6. use batch as threshold

    cirospaciari committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a647d54 View commit details
    Browse the repository at this point in the history
  7. wip

    cirospaciari committed May 22, 2024
    Configuration menu
    Copy the full SHA
    686c2b8 View commit details
    Browse the repository at this point in the history
  8. opise

    cirospaciari committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8ff5f7b View commit details
    Browse the repository at this point in the history
  9. remove revert stuff

    cirospaciari committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c587ec9 View commit details
    Browse the repository at this point in the history
  10. merge mistake

    cirospaciari committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ed49525 View commit details
    Browse the repository at this point in the history
  11. tweaks and test

    cirospaciari committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5e4ddab View commit details
    Browse the repository at this point in the history
  12. wip: step 1

    cirospaciari committed May 22, 2024
    Configuration menu
    Copy the full SHA
    bffb053 View commit details
    Browse the repository at this point in the history
  13. step 2

    cirospaciari committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0439c58 View commit details
    Browse the repository at this point in the history
  14. cleanup

    cirospaciari committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ea3773a View commit details
    Browse the repository at this point in the history
  15. opsie

    cirospaciari committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c4ed47d View commit details
    Browse the repository at this point in the history
  16. remove flaky test

    cirospaciari committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d7b8219 View commit details
    Browse the repository at this point in the history
  17. promise should be alive

    cirospaciari committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3a233ac View commit details
    Browse the repository at this point in the history
  18. hopefully will GC now

    cirospaciari committed May 22, 2024
    Configuration menu
    Copy the full SHA
    831f3f8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    cae6637 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0c881a0 View commit details
    Browse the repository at this point in the history
  21. remove delay

    cirospaciari committed May 22, 2024
    Configuration menu
    Copy the full SHA
    96ceb21 View commit details
    Browse the repository at this point in the history
  22. remove log

    cirospaciari committed May 22, 2024
    Configuration menu
    Copy the full SHA
    adcf467 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ef97e19 View commit details
    Browse the repository at this point in the history
  24. Apply formatting changes

    cirospaciari committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1d30ae1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b6a7f44 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    401f578 View commit details
    Browse the repository at this point in the history
  27. Apply formatting changes

    cirospaciari committed May 22, 2024
    Configuration menu
    Copy the full SHA
    eb4d0ed View commit details
    Browse the repository at this point in the history
  28. fix server tests

    cirospaciari committed May 22, 2024
    Configuration menu
    Copy the full SHA
    eabd4bb View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8818997 View commit details
    Browse the repository at this point in the history