deps: update undici to 6.22.0 · nodejs/node@91dda5f · GitHub
Skip to content

Commit 91dda5f

Browse files
authored
deps: update undici to 6.22.0
Signed-off-by: Matteo Collina <hello@matteocollina.com> PR-URL: #60112 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
1 parent 27cf259 commit 91dda5f

12 files changed

Lines changed: 1679 additions & 22 deletions

File tree

deps/undici/src/docs/docs/api/ProxyAgent.md

Lines changed: 3 additions & 2 deletions

deps/undici/src/index-fetch.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ module.exports.createFastMessageEvent = createFastMessageEvent
2626

2727
module.exports.EventSource = require('./lib/web/eventsource/eventsource').EventSource
2828

29+
const api = require('./lib/api')
30+
const Dispatcher = require('./lib/dispatcher/dispatcher')
31+
Object.assign(Dispatcher.prototype, api)
2932
// Expose the fetch implementation to be enabled in Node.js core via a flag
3033
module.exports.EnvHttpProxyAgent = EnvHttpProxyAgent
3134
module.exports.getGlobalDispatcher = getGlobalDispatcher

deps/undici/src/lib/core/errors.js

Lines changed: 162 additions & 0 deletions

0 commit comments

Comments
 (0)