sony / easyhttpcpp

A cross-platform HTTP client library with a focus on usability and speed
MIT License
163 stars 29 forks source link

Response gets cached even if request header has no-store #2

Closed shekharhimanshu closed 5 years ago

shekharhimanshu commented 6 years ago

Brief overview

EasyHttp will cache response for a request even if it has Cache-Control: no-store header. According to RFC this should not be the case.

Expected behavior

Response is not cached.

Actual behavior

Response is cached.

Steps to reproduce

shekharhimanshu commented 5 years ago

Fixed with https://github.com/sony/easyhttpcpp/releases/tag/2.0.0