Skip to content

Commit b71755b

Browse files
committed
add Response#setEncoding
1 parent fdcd7b5 commit b71755b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/response.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,6 @@ Response.prototype.write = function (res) {
110110
this.offset = respBody.length;
111111
}
112112
};
113+
114+
Response.prototype.setEncoding = function () {
115+
};

0 commit comments

Comments
 (0)