Closed
Description
express-session call such code to ensure http header has been sent before writing data.
But nodejs has include such code in the ServerResponse class write
function.
Another side we should consider is that http2.Http2ServerResponse
does not have the property of _implicitHeader
. When we start server via http2, the express-session will break.
Metadata
Metadata
Assignees
Labels
No labels