缓存能跑起来了。
This commit is contained in:
@@ -15,8 +15,8 @@ struct cache_handle;
|
||||
struct cache_handle* create_web_cache_handle(const char* profile_path, const char* section, void *logger);
|
||||
struct cached_meta
|
||||
{
|
||||
const char* content_length;
|
||||
const char* content_type;
|
||||
char* content_length;
|
||||
char* content_type;
|
||||
};
|
||||
struct cached_meta* cache_query_result_get_header(future_result_t * result);
|
||||
void cache_query_free_meta(struct cached_meta* meta);
|
||||
|
||||
Reference in New Issue
Block a user