This repository was archived by the owner on Dec 5, 2018. It is now read-only.

Description
Not sure if this should go here or in marko, trying here first.
The way this module is used by marko Template.render() ends up calling BufferedWriter.flush which is wrapping _http_outgoing.js OutgoingMessage. iojs at least (not sure if nodejs yet) has deprecated the flush message in favour of the flushHeaders method.
This is causing a console log message on every call to render() with the following message:
(node) OutgoingMessage.flush is deprecated. Use flushHeaders instead.
iojs: v2.5.0
marko: 2.7.9