4.10.6
expressjs/express4.10.6Dec 13, 2014by dougwilson
AI Summary
Express 4.10.6 is a patch release that fixes an exception that occurs when accessing `req.fresh` or `req.stale` properties without any response headers set.
Key Highlights
- Fixed exception in `req.fresh` when no response headers are present
- Fixed exception in `req.stale` when no response headers are present
- Addresses edge case handling in request freshness checking
Full Release Notes
- Fix exception in `req.fresh`/`req.stale` without response headers