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

Adding server.stop support for destroying connections after a timeout #739

Merged
merged 6 commits into from
Apr 6, 2013

Conversation

geek
Copy link
Member

@geek geek commented Apr 5, 2013

No description provided.

if (!this._started) {
return callback();
}

options = options || {};
callback = callback || function () { };
Copy link
Contributor

Choose a reason for hiding this comment

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

Why move this block down? You are using callback before it is defined.

hueniverse pushed a commit that referenced this pull request Apr 6, 2013
Adding server.stop support for destroying connections after a timeout
@hueniverse hueniverse merged commit c1fc1c4 into hapijs:master Apr 6, 2013
jmonster pushed a commit to jmonster/hapi that referenced this pull request Feb 10, 2014
Adding server.stop support for destroying connections after a timeout
@lock lock bot locked as resolved and limited conversation to collaborators Jan 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants