diff --git a/lib/context.js b/lib/context.js index 5085548..a877ddd 100644 --- a/lib/context.js +++ b/lib/context.js @@ -1,4 +1,3 @@ - /** * Module dependencies. */ @@ -607,6 +606,10 @@ module.exports = { get headerSent() { return this.res.headersSent; }, + + get headersSent() { + return this.res.headersSent; + }, /** * Throw an error with `msg` and optional `status`