kaazing / http2-cache.js

2 stars 11 forks source link

Bugs/post cached #118

Closed hthetiot closed 5 years ago

hthetiot commented 5 years ago

The previous Cache implementation did not follow RFC 2616 in section 9.5 that should not cache response when method is POST|PUT|DELETE. (See detailed unit-test and spec reference in code). Fix https://github.com/kaazing/kaazing.io/issues/994