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