- Fix loading sessions with special keys
- deps: [email protected]
- Add
partitioned
option for CHIPS support - Add
priority
option for Priority cookie support - Fix accidental cookie name/value truncation when given invalid chars
- Fix
maxAge
option to reject invalid values - Remove quotes from returned quoted cookie value
- Use
req.socket
over deprecatedreq.connection
- pref: small lookup regexp optimization
- Add