kornelski / http-cache-semantics

RFC 7234 in JavaScript. Parses HTTP headers to correctly compute cacheability of responses, even in complex cases
http://httpwg.org/specs/rfc7234.html
BSD 2-Clause "Simplified" License
244 stars 27 forks source link

Ignore Pragma when Cache-Control is present but blank #16

Closed robhanlon22 closed 5 years ago

robhanlon22 commented 5 years ago

Resolves #15.

kornelski commented 5 years ago

Thanks for the fix.

This needs rebasing.

robhanlon22 commented 5 years ago

@kornelski rebased!

kornelski commented 5 years ago

Thank you