express-redis-cache icon indicating copy to clipboard operation
express-redis-cache copied to clipboard

Deprecated use of _headers

Open artursudnik opened this issue 5 years ago • 1 comments

When executed with nodejs v12, triggers deprecation warning: "[DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated"

The reason of it is here: https://github.com/rv-kip/express-redis-cache/blob/df4ed8e057a5b7d41d894e6e468f975aa62206f6/lib/ExpressRedisCache/route.js#L201

artursudnik avatar Jul 14 '19 21:07 artursudnik

Issue with more details: (#125)

I opened a pull request solving this issue (#126).

mayconmesquita avatar May 23 '20 21:05 mayconmesquita