Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hapijs/hapi
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Aug 26, 2016
2 parents e49a33d + c0156e6 commit 7a8a05c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ internals.Request.prototype._lifecycle = function (err) {
const timeoutReply = () => {

this._log(['request', 'server', 'timeout', 'error'], { timeout: serverTimeout, elapsed: this._bench.elapsed() });
this._reply(Boom.serverTimeout());
this._reply(Boom.serverUnavailable());
};

if (serverTimeout <= 0) {
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"accept": "2.x.x",
"ammo": "2.x.x",
"boom": "3.x.x",
"boom": "4.x.x",
"call": "3.x.x",
"catbox": "7.x.x",
"catbox-memory": "2.x.x",
Expand Down

0 comments on commit 7a8a05c

Please sign in to comment.