4.11.2
expressjs/express4.11.2Feb 1, 2015by dougwilson
AI Summary
Express 4.11.2 is a patch release that fixes a bug where res.redirect was double-calling res.end for HEAD requests, and updates several dependencies including accepts, proxy-addr, and type-is with their respective sub-dependencies.
Key Highlights
- Fixed `res.redirect` double-calling `res.end` for HEAD requests
- Updated accepts dependency to ~1.2.3
- Updated proxy-addr dependency to ~1.0.6
- Updated type-is dependency to ~1.5.6
Full Release Notes
- Fix `res.redirect` double-calling `res.end` for `HEAD` requests - deps: accepts@~1.2.3 - deps: mime-types@~2.0.8 - deps: proxy-addr@~1.0.6 - deps: ipaddr.js@0.1.8 - deps: type-is@~1.5.6 - deps: mime-types@~2.0.8