Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nodejs/undici

An HTTP/1.1 client, written from scratch for Node.js
https://github.com/nodejs/undici

Fix http2 agent

mcollina opened this pull request over 1 year ago
Can we remove `npm run test` from pre-commit hook?

Ethan-Arrowood opened this issue over 1 year ago
Add publish types script

Ethan-Arrowood opened this pull request over 1 year ago
fix undici when node is built with --without-ssl

KhafraDev opened this pull request over 1 year ago
build(deps-dev): bump tap from 16.3.8 to 18.0.4

dependabot[bot] opened this pull request over 1 year ago
build(deps-dev): bump sinon from 15.2.0 to 16.0.0

dependabot[bot] opened this pull request over 1 year ago
fix: Fix type definition for Client Interceptors

ComradeCow opened this pull request over 1 year ago
Type Definition for Interceptors incorrect

ComradeCow opened this issue over 1 year ago
Move from tap to the node core test runner

mcollina opened this issue over 1 year ago
improve documentation of timeouts by making the units clear in all places

mcfedr opened this pull request over 1 year ago
ci: remove duplicated runs

metcoder95 opened this pull request over 1 year ago
Retry

ronag opened this issue over 1 year ago
test: fix Fetch/HTTP2 tests

metcoder95 opened this pull request over 1 year ago
types: Move to DefinitelyTyped?

andrewbranch opened this issue over 1 year ago
request dont decompress response body

PandaWorker opened this issue over 1 year ago
test/redirect-request.js is flaky

KhafraDev opened this issue over 1 year ago
fix: h2 without body

metcoder95 opened this pull request over 1 year ago
http2 demo not working as expected

mcollina opened this issue over 1 year ago
Caching

ronag opened this issue over 1 year ago
Investigate fetch failure

ronag opened this issue over 1 year ago
docs: fix tables in README

regseb opened this pull request over 1 year ago
Fix http2 fetch test

mcollina opened this pull request over 1 year ago
Maybe fix v20

mcollina opened this pull request over 1 year ago
Fix fetch in node v20.6.0

mcollina opened this pull request over 1 year ago
Updated benchmarks

mcollina opened this pull request over 1 year ago
Update nodejs.yml

sammyfilly opened this pull request over 1 year ago
Update nodejs.yml

X-oss-byte opened this pull request over 1 year ago
build(deps-dev): bump tsd from 0.28.1 to 0.29.0

dependabot[bot] opened this pull request over 1 year ago
fix: preserve file path when parsing formdata

jimmywarting opened this pull request over 1 year ago
getting full file name from parsing FormData payloads

jimmywarting opened this issue over 1 year ago
fix: aborting request with non-object error

KhafraDev opened this pull request over 1 year ago
cryptic error message for already aborted signals

jimmywarting opened this issue over 1 year ago
build(deps): bump actions/checkout from 3.5.3 to 3.6.0

dependabot[bot] opened this pull request over 1 year ago
build(deps): bump github/codeql-action from 2.21.2 to 2.21.5

dependabot[bot] opened this pull request over 1 year ago
build(deps): bump step-security/harden-runner from 2.5.0 to 2.5.1

dependabot[bot] opened this pull request over 1 year ago
build(deps): bump actions/dependency-review-action from 3.0.6 to 3.0.8

dependabot[bot] opened this pull request over 1 year ago
build(deps): bump actions/setup-node from 3.6.0 to 3.8.1

dependabot[bot] opened this pull request over 1 year ago
build(deps): bump fastify/github-action-merge-dependabot from 3.9.0 to 3.9.1

dependabot[bot] opened this pull request over 1 year ago
code: 'UND_ERR_HEADERS_TIMEOUT'

jiapei100 opened this issue over 1 year ago
feat: respect `--max-http-header-size` Node.js flag

balazsorban44 opened this pull request over 1 year ago
Should throwOnError throw on redirect?

ronag opened this issue over 1 year ago
enable follow redirects by default?

ronag opened this issue over 1 year ago
Redirect Thoughts

ronag opened this issue over 1 year ago
abortcontroller & request.clone issue with fetch

KhafraDev opened this issue over 1 year ago
Update wpts

KhafraDev opened this pull request over 1 year ago
fix: adjust number of arguments in `Response.json()`

LiviaMedeiros opened this pull request over 1 year ago
ProxyAgent: support socks5 protocol

idanran opened this issue over 1 year ago
fix failing test

KhafraDev opened this pull request over 1 year ago
Request is getting timed out from lambda

cnrahulrkr opened this issue over 1 year ago
build(deps-dev): bump @sinonjs/fake-timers from 10.3.0 to 11.1.0

dependabot[bot] opened this pull request over 1 year ago
docs: update MockPool.md intercept method description

capaj opened this pull request over 1 year ago
allow http & https websocket urls

KhafraDev opened this pull request over 1 year ago
expose websocket in node bundle

KhafraDev opened this pull request over 1 year ago
expose WebSocket to fetch bundle

KhafraDev opened this issue over 1 year ago
better stack trace for body.json

KhafraDev opened this pull request over 1 year ago
ConnectTimeoutError: Connect Timeout Error

LucasB25 opened this issue over 1 year ago
Opaque, undebuggable stacktraces

vedantroy opened this issue over 1 year ago
perf: use @fastify/busboy

gurgunday opened this pull request over 1 year ago
Added diagnostics channels on fetch

ida613 opened this pull request over 1 year ago
DispatchInterceptor with POST request doesn't work

battall opened this issue over 1 year ago
Lack of `undiciGracefulDispose()`

loynoir opened this issue over 1 year ago
build(deps): bump github/codeql-action from 2.20.3 to 2.21.2

dependabot[bot] opened this pull request over 1 year ago
build(deps): bump actions/setup-node from 3.6.0 to 3.7.0

dependabot[bot] opened this pull request over 1 year ago
build(deps): bump step-security/harden-runner from 2.4.1 to 2.5.0

dependabot[bot] opened this pull request over 1 year ago
An example of streaming form data using http post request

Raynos opened this issue over 1 year ago
Get Error in prod no data from file json

Falter-Sky opened this issue over 1 year ago
fetch() ignores the "custom CA search paths" of node

bewue opened this issue over 1 year ago
Memory leak when aborting fetch requests

jamesdiacono opened this issue over 1 year ago
test: fix `autoselectfamily` on platforms without IPv6 support

LiviaMedeiros opened this pull request over 1 year ago
fix: make multipart/form-data boundary string more consistent

LiviaMedeiros opened this pull request over 1 year ago
feat: make use of `addAbortListener` where applicable

atlowChemi opened this pull request over 1 year ago
docs: add proxy agent options docs

dancastillo opened this pull request over 1 year ago
Enhance the document of ProxyAgent options params

monjer opened this issue over 1 year ago
Unidici not compatible with AWS Xray

mmazurowski opened this issue over 1 year ago
fix: fetch resource timing performance entry names should be strings

GaryWilber opened this pull request over 1 year ago
Windows Deno WebSocket timeout

7xa5h opened this issue over 1 year ago
build(deps): bump github/codeql-action from 2.3.2 to 2.20.3

dependabot[bot] opened this pull request over 1 year ago
change `statusCode` to `status`

renhiyama opened this pull request over 1 year ago
is Uncaught TypeError: fetch failed related to undici?

hp8wvvvgnj6asjm7 opened this issue over 1 year ago
stricter types for bodymixin.json

KhafraDev opened this pull request over 1 year ago
chore: Renable autoSelectFamily tests.

ShogunPanda opened this pull request over 1 year ago
build(deps): bump github/codeql-action from 2.3.2 to 2.20.1

dependabot[bot] opened this pull request over 1 year ago
build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0

dependabot[bot] opened this pull request over 1 year ago
build(deps): bump fastify/github-action-merge-dependabot from 3.8.0 to 3.9.0

dependabot[bot] opened this pull request over 1 year ago
build(deps): bump actions/checkout from 3.5.2 to 3.5.3

dependabot[bot] opened this pull request over 1 year ago
build(deps): bump step-security/harden-runner from 2.4.0 to 2.4.1

dependabot[bot] opened this pull request over 1 year ago
fix: forward error reason to fetch controller

KhafraDev opened this pull request over 1 year ago
Help for users to migrate from node-fetch to native fetch in V18

hholst80 opened this issue over 1 year ago
native `fetch` api does not respect `keepalive` parameter in `RequestInit`

TheMythologist opened this issue over 1 year ago
feat: add build environment info

mhdawson opened this pull request over 1 year ago
Backend - file gets corrupted - blob() - FileReader() - readAsDataURL()

ValchanOficial opened this issue over 1 year ago
fix: keep running WPTs if a test times out

KhafraDev opened this pull request over 1 year ago
fetch: limit web streams usage in body mixin methods

KhafraDev opened this issue over 1 year ago
fix: pass ProxyAgent proxy status code error

NBNGaming opened this pull request over 1 year ago
"Error: Request was cancelled" when using ProxyAgent

NBNGaming opened this issue over 1 year ago