From 047099785479f0c3be0be041c0504b3b1d655cdb Mon Sep 17 00:00:00 2001 From: Slobodan Stojanovic Date: Sat, 31 Oct 2015 19:21:40 +0100 Subject: [PATCH] Remove 'TODO' comment for this.res._headers Node probably doesn't plan to change this so there's no point of having 'TODO' comment in the code. --- lib/response.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/response.js b/lib/response.js index 5a814df..903f555 100644 --- a/lib/response.js +++ b/lib/response.js @@ -45,7 +45,6 @@ module.exports = { */ get header() { - // TODO: wtf return this.res._headers || {}; },