Skip to content

response.end() proxy does not accept callback parameter #477

@cwmunn

Description

@cwmunn

Hi!

We are using express-session with another middleware that uses the callback parameter of response.end().

The proxy that is attached to response.end() to save the session data does not accept the third callback parameter which results in the callback never getting called by the real implementation of end.

Would it be possible to accept the callback param and pass through?

Cheers,
~Chris

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