Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/undici
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.8.2
Choose a base ref
...
head repository: nodejs/undici
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.9.1
Choose a head ref
  • 6 commits
  • 15 files changed
  • 5 contributors

Commits on Aug 11, 2022

  1. Fix array headers (#1598)

    * perf(util): handle header array values
    
    * test(*): add array headers tests
    
    * chore(mock-agent): remove skip in headers test
    mateonunez authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    0d1419c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    deed628 View commit details
    Browse the repository at this point in the history
  2. fix: add support for integrity option to Fetch (#1596)

    * Test case for fetch() integrity option.
    
    * Implement matchRequestIntegrity
    
    * Add test to cover encoded body
    
    * Speed up integrity test completion
    
    * Fix trailing spaces
    jelmervdl authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    ae6f554 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. fix(File): respect typed array byteOffset and byteLength (#1601)

    `File` ignored the `byteOffset` and `byteLength` properties of typed
    arrays, meaning the entire backing `ArrayBuffer` was included.
    Notably, this caused issues when passing `Buffer`s to the `File`
    constructor.
    mrbbot authored Aug 14, 2022
    Configuration menu
    Copy the full SHA
    fa9fd90 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. fix: don't timeout while waiting for client to send request (#1604)

    * fix: don't timeout while waiting for client to send request
    
    When e.g. uploading a large file from the client one would always
    get a headers timeout even though everything was working and the file
    was being in progress of sending.
    
    * fixuP
    ronag committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    ecae314 View commit details
    Browse the repository at this point in the history
  2. 5.9.1

    ronag committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    5890e16 View commit details
    Browse the repository at this point in the history
Loading