You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi @cwmunn fix + tests are welcome! I think this is the first ask in all these years, so seems like a little-used feature, so may not get around to implementing myself.
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
The text was updated successfully, but these errors were encountered: