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

Do not retry when connection refused #296

Closed
wants to merge 2 commits into from

Conversation

jf990
Copy link

@jf990 jf990 commented Nov 29, 2018

when a connection is refused then move on.

Added test case and fixed a few test message grammar errors.

jquery: false
});

it('should not retry when connection is refused', function(finishTest) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where/how actually we check that it didn't retry?

@OhDavit
Copy link

OhDavit commented Jan 4, 2019

should we consider to make this feature optional, i.e inject a flag?

@mike442144
Copy link
Collaborator

It is a good idea actually. But shall we figure out the definitions of 'ECONNREFUSED' and 'ENOTFOUND'?, This feature is optional or not is up to how and when it would occur.

@mike442144 mike442144 closed this Jan 4, 2024
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.

None yet

3 participants