issues Search Results · repo:nodejs/undici language:JavaScript
Filter by
1k results
(62 ms)1k results
innodejs/undici (press backspace or delete to remove)Bug Description
When testing https://github.com/nodejs/node/pull/57165 I noticed that there are some behavior differences between
ProxyAgent and curl which may be interesting. Most notably, ProxyAgent ...
bug
joyeecheung
- Opened 2 days ago
- #4083
This would solve...
The diagnostic channels for WebSocket connections have no request identities to chain up diagnostic information.
Listeners of these channels can not associate each diagnostic events ...
enhancement
legendecas
- Opened 3 days ago
- #4081
This would solve...
Avoid losing the response body when a status code defined in the RetryAgent is returned after retry attempts are
exhausted. Instead of throwing a RequestRetryError immediately after ...
enhancement
sydo26
- 7
- Opened 4 days ago
- #4080
Bug Description
getting an error when trying to use an example to connect to a server on my local network.
Reproducible By
My host is 192.168.20.32. Have Ollama server running on 192.168.20.12. can ...
bug
varris
- 2
- Opened 8 days ago
- #4069
Bug Description
We noticed that AbortSignal.timeout() stopped working in our library with longer timeouts (in our case around 9s).
Debugging showed that cloned (or constructor copied) requests won t respect ...
bug
andreas-karlsson
- 2
- Opened 8 days ago
- #4068
Why install undici if it s included in Node
It would be REALLY useful to explain the differences between undici as a module vs the parts included in Node. Generally
I understand that the fetch API is ...
Docs
good first issue
rkdefra
- 3
- Opened 11 days ago
- #4066
Bug Description
There is a problem when sending a multipart/form-data request that follows redirects. After the redirect, undici
overrides the request body but does not update the Content-Type header, ...
bug
AndriiHe
- Opened 14 days ago
- #4065
Hi,
I have a nodejs server running with a DB. They are communicating throught HTTP with undici client
Here is my undici global agent :
const dnsCache = new CacheableLookup();
const agent = new Agent({ ...
blephy
- 2
- Opened 14 days ago
- #4063
If you get Body is unusable: Body has already been read , it means you ve read the response from a fetch request twice.
const response = await fetch(url);
console.log(await response.text());
const body ...
joarwilk
- 1
- Opened 18 days ago
- #4061
Bug Description
I run an application which makes a lot of requests per second using HTTP/2 over a fixed pool of about 500 Dispatchers.
Everything works great but sometimes when the upstream tends to ...
bug
kartikk221
- 1
- Opened 23 days ago
- #4059

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.