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

Test with node-fetch #5

Merged
merged 6 commits into from
Sep 21, 2018
Merged

Test with node-fetch #5

merged 6 commits into from
Sep 21, 2018

Conversation

trygve-lie
Copy link
Owner

@trygve-lie trygve-lie commented Sep 18, 2018

This introduces testing of node-fetch which made it clear its not possible to rely 100% on just the timeout event on the Net.socket. Most http request frameworks have different timeout strategys implemented on top of this and some does not emit the timeout event on Net.socket when a timeout is detected by the framework.

Due to this, this module need its own way to detect timeouts. This PR does implement such an algorithm.

@trygve-lie trygve-lie merged commit 785ae1e into master Sep 21, 2018
@trygve-lie trygve-lie deleted the test-node-fetch branch September 21, 2018 23:12
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.

1 participant