diff --git a/client.js b/client.js index a52287c..c840826 100644 --- a/client.js +++ b/client.js @@ -35,9 +35,11 @@ HeaderHostTransformer.prototype._transform = function (chunk, enc, cb) { self.replaced = true; return $1 + self.host; })); - } else { + } + else { self.push(chunk); } + cb(); };