- Fix regression matching multiple ETags in
If-None-Match - perf: improve
If-None-Matchtoken parsing
- Fix handling of modified headers with invalid dates
- perf: improve ETag match loop
- Fix incorrect result when
If-None-Matchhas both*and ETags - Fix weak
ETagmatching to match spec - perf: delay reading header values until needed
- perf: skip checking modified time if ETag check failed
- perf: skip parsing
If-None-Matchwhen noETagheader - perf: use
Date.parseinstead ofnew Date
- Fix false detection of
no-cacherequest directive - perf: enable strict mode
- perf: hoist regular expressions
- perf: remove duplicate conditional
- perf: remove unnecessary boolean coercions
- Add weak
ETagmatching support
- Support Node.js 0.6
- Move repository to jshttp
- Revert "Fix for blank page on Safari reload"
- Fix for blank page on Safari reload
- Return stale for
Cache-Control: no-cache
- Add
If-None-Match: *support
- Initial release