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

flush is deprecated in OutgoingMessage [iojs] #3

@jarrodconnolly

Description

@jarrodconnolly

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions