Thanks to visit codestin.com
Credit goes to github.com

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: v6.21.0
Choose a base ref
...
head repository: nodejs/undici
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.21.1
Choose a head ref
  • 7 commits
  • 13 files changed
  • 7 contributors

Commits on Nov 21, 2024

  1. fix(#3736): back-port 183f8e9 to v6.x (#3855)

    * fix(#3736): back-port 183f8e9 to v6.x
    
    * Backport #3769: fix http2 test
    ggoodman authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    353ab63 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. fix(#3817): send servername for SNI on TLS (#3821) [backport] (#3864)

    * fix(#3817): send servername for SNI on TLS (#3821)
    
    * fix(#3817): send servername for SNI on TLS
    
    * fix: set host header to servername
    
    * refactor: attach regardless
    
    (cherry picked from commit b93a834)
    
    * feat: missing interceptor
    
    * fix: lint
    metcoder95 authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a0220f1 View commit details
    Browse the repository at this point in the history
  2. fix: sending formdata bodies with http2 (#3863) [backport] (#3866)

    * fix: sending formdata bodies with http2 (#3863)
    
    (cherry picked from commit e49b575)
    
    * fix: bad merge
    
    ---------
    
    Co-authored-by: Khafra <[email protected]>
    metcoder95 and KhafraDev authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ee6176c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. [Backport v6.x] fix: Fixed the issue that there is no running request…

    … when http2 goaway (#3877)
    
    Co-authored-by: 沈鸿飞 <[email protected]>
    github-actions[bot] and ShenHongFei authored Nov 24, 2024
    Configuration menu
    Copy the full SHA
    be8cd0a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Update return type of RetryCallback (#3851) (#3876)

    * Update return type
    
    * add type tests
    
    (cherry picked from commit a1fb2cc)
    
    Co-authored-by: Qayyuum Harun <[email protected]>
    metcoder95 and mqayyuum authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    2414bc9 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. Merge commit from fork

    * Use crypto.randomInt()
    
    Signed-off-by: Matteo Collina <[email protected]>
    
    * fixup
    
    Signed-off-by: Matteo Collina <[email protected]>
    
    ---------
    
    Signed-off-by: Matteo Collina <[email protected]>
    mcollina committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    c3acc60 View commit details
    Browse the repository at this point in the history
  2. Bumped v6.21.1

    Signed-off-by: Matteo Collina <[email protected]>
    mcollina committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    e260e7b View commit details
    Browse the repository at this point in the history
Loading