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

feat: return body as consumable body #895

Closed
wants to merge 18 commits into from
Closed

feat: return body as consumable body #895

wants to merge 18 commits into from

Commits on Jul 20, 2021

  1. fix: accept URL origin in Agent (#892)

    * fix: accept URL origin in Agent
    
    * fix: lint
    
    * fixup
    
    Co-authored-by: Robert Nagy <ronagy@icloud.com>
    szmarczak and ronag authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    ef788ee View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

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

Commits on Jul 22, 2021

  1. always clear the connectTimeout (#896)

    * unref() connectTimeout
    
    * clear out the connect timeout in all cases
    mcollina authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    d6f0fcf View commit details
    Browse the repository at this point in the history
  2. 4.2.2

    ronag committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    02a9d13 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. feat: return body as consumable body

    Change undici.request to return a Body object with
    various consume helpers instead of regular node stream.
    
    This aligns with recent work on quic and web streams in
    node core.
    ronag committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    a6871f3 View commit details
    Browse the repository at this point in the history
  2. fixup

    ronag committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    ff2cce6 View commit details
    Browse the repository at this point in the history
  3. fixup

    ronag committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    d90ba53 View commit details
    Browse the repository at this point in the history
  4. fixup

    ronag committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    8d160b5 View commit details
    Browse the repository at this point in the history
  5. fixup

    ronag committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    4475364 View commit details
    Browse the repository at this point in the history
  6. fixup

    ronag committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    5938cf7 View commit details
    Browse the repository at this point in the history
  7. fixup

    ronag committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    bebb263 View commit details
    Browse the repository at this point in the history
  8. fixup

    ronag committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    a969ab8 View commit details
    Browse the repository at this point in the history
  9. fixup

    ronag committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    df53cef View commit details
    Browse the repository at this point in the history
  10. fixup

    ronag committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    1938ec9 View commit details
    Browse the repository at this point in the history
  11. fixup

    ronag committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    ee3da82 View commit details
    Browse the repository at this point in the history
  12. fixup

    ronag committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    6151a2a View commit details
    Browse the repository at this point in the history
  13. fixup

    ronag committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    7e4c0b8 View commit details
    Browse the repository at this point in the history
  14. fixup

    ronag committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    a167e9c View commit details
    Browse the repository at this point in the history