Skip to content

Proxies don't accept my timeout and always have a static 10_000 ms. #4983

@el9in

Description

@el9in
const options = { ... };
options.dispatcher = new ProxyAgent({
	uri: origin,
	headersTimeout: 600000,
	bodyTimeout: 600000,
	connectTimeout: 600000
})
const response = await fetch(url, options);

Proxies don't accept my timeout and always have a static 10_000 ms.

v23.3.0 and 8.0.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions