Merge pull request #579 from stojanovic/fix/todo-headers

Remove 'TODO' comment for this.res._headers
master
TJ Holowaychuk 2015-10-31 12:23:38 -07:00
commit 5bfe0d4081
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ module.exports = {
*/
get header() {
// TODO: wtf
return this.res._headers || {};
},