Skip to content

Instantly share code, notes, and snippets.

@willwhite
Created November 5, 2011 20:29
Show Gist options
  • Save willwhite/1341976 to your computer and use it in GitHub Desktop.
Save willwhite/1341976 to your computer and use it in GitHub Desktop.
var pipe = function() {
r.pipe(w);
}
if (false === w.write(body, 'ascii')) {
w.on('drain', pipe);
} else {
pipe();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment