From b71755b659af8eb51177d33f5ca730fffebd83a8 Mon Sep 17 00:00:00 2001 From: Christian Tellnes Date: Sun, 5 Aug 2012 15:35:47 +0200 Subject: [PATCH] add Response#setEncoding --- lib/response.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/response.js b/lib/response.js index 1045f4f..3389823 100644 --- a/lib/response.js +++ b/lib/response.js @@ -110,3 +110,6 @@ Response.prototype.write = function (res) { this.offset = respBody.length; } }; + +Response.prototype.setEncoding = function () { +};