Commit 5cb7c67f authored by Mathieu STEFANI's avatar Mathieu STEFANI

Removed unneeded CacheDirective prefix

parent ef14cd42
...@@ -113,10 +113,10 @@ CacheControl::parseRaw(const char* str, size_t len) { ...@@ -113,10 +113,10 @@ CacheControl::parseRaw(const char* str, size_t len) {
}; };
static constexpr DirectiveValue TimedDirectives[] = { static constexpr DirectiveValue TimedDirectives[] = {
VALUE("max-age" , CacheDirective::MaxAge ), VALUE("max-age" , MaxAge ),
VALUE("max-stale", CacheDirective::MaxStale), VALUE("max-stale", MaxStale),
VALUE("min-fresh", CacheDirective::MinFresh), VALUE("min-fresh", MinFresh),
VALUE("s-maxage" , CacheDirective::SMaxAge ) VALUE("s-maxage" , SMaxAge )
}; };
#undef VALUE #undef VALUE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment