Skip to content

Commit 7a8a05c

Browse files
committed
Merge branch 'master' of github.com:hapijs/hapi
2 parents e49a33d + c0156e6 commit 7a8a05c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ internals.Request.prototype._lifecycle = function (err) {
353353
const timeoutReply = () => {
354354

355355
this._log(['request', 'server', 'timeout', 'error'], { timeout: serverTimeout, elapsed: this._bench.elapsed() });
356-
this._reply(Boom.serverTimeout());
356+
this._reply(Boom.serverUnavailable());
357357
};
358358

359359
if (serverTimeout <= 0) {

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"accept": "2.x.x",
2222
"ammo": "2.x.x",
23-
"boom": "3.x.x",
23+
"boom": "4.x.x",
2424
"call": "3.x.x",
2525
"catbox": "7.x.x",
2626
"catbox-memory": "2.x.x",

0 commit comments

Comments
 (0)