Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Undici to fix proxy related errors #1101

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Alec2435
Copy link

@Alec2435 Alec2435 commented Feb 10, 2025

Updates Undici to latest to fix issues related to the ProxyAgent not supporting HTTPS proxes.

@Alec2435
Copy link
Author

@wukko any way we could get this in? I'm using my fork currently but would love to upstream given it's a small change but fixes proxy related issues.

@dumbmoron
Copy link
Member

dumbmoron commented Mar 14, 2025

@Alec2435 this would break any requests made by youtubei.js because they have a different version of undici. they would be passing us a Request class from an older undici version, and instanceof would not work on it when using current undici

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants