Closed shekharhimanshu closed 5 years ago
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.
Cache-Control: no-store
Response is not cached.
Response is cached.
Fixed with https://github.com/sony/easyhttpcpp/releases/tag/2.0.0
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
Cache-Control: no-store
header.