Skip to content

stream: end(callback) does not propagate write after end to callback #33684

@ronag

Description

@ronag
w.end();
w.end('asd', (err) => {
  assert.strictEqual(err.code, 'ERR_STREAM_WRITE_AFTER_END'); // Fails
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    confirmed-bugIssues with confirmed bugs.httpIssues or PRs related to the http subsystem.streamIssues and PRs related to the stream subsystem.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions