nuster icon indicating copy to clipboard operation
nuster copied to clipboard

A high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy

Results 22 nuster issues
Sort by recently updated
recently updated
newest added

Nuster seems to ignore cache-control headers from BE. Like "no-cache" Seems ridiculous, but this is what I see. Any truth in it?

from https://github.com/jiangwenyuan/nuster/issues/96#issuecomment-676454413 > Let's say we have a cached response of request /test, which has a ttl of 100 seconds. > > After 100 seconds, the cache is expired(assume no...