sesh / ready

Are you production ready?
ISC License
26 stars 4 forks source link

Parse error in Cache-Control max-age test? #27

Closed mejofi closed 5 months ago

mejofi commented 5 months ago

Version: 1.2.3 (and 1.2.2)

Just noticed the following;

[ OK ] Cache-Control max-age should be <= 86400 for HTML documents (parse error: max-age=86400)

It passes, but shows a 'parse error'? Is that an actual error, or something else?

sesh commented 5 months ago

Looks like this one is just a mistake in the output. I must have copied the "parse error" into the success output at some point. I've updated it and will release the change as v1.2.4.

Thanks for all these reports, btw!