summaryrefslogtreecommitdiff
path: root/cache/include/tango_cache_client.h
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2021-05-10 10:21:31 +0800
committerfengweihao <[email protected]>2021-05-10 10:21:31 +0800
commit91facad80ad88ca81970246f3550efb677dd16ff (patch)
tree845728c5d1988ef14eb7f6e6b374e361bd8ff6ed /cache/include/tango_cache_client.h
parentc184cf6ad6f35da222371a9cc47d4446868a9724 (diff)
TSG-6072 Deny动作和Redirect动作日志中存在非格式化日志HTTP.Request Bodyv4.5.01-202105
TSG-6095 代理策略monitor动作产生的非格式化下载日志与策略配置不相符
Diffstat (limited to 'cache/include/tango_cache_client.h')
-rw-r--r--cache/include/tango_cache_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache/include/tango_cache_client.h b/cache/include/tango_cache_client.h
index 1ed9695..eac19bf 100644
--- a/cache/include/tango_cache_client.h
+++ b/cache/include/tango_cache_client.h
@@ -144,6 +144,7 @@ struct tango_cache_meta_put
const char* std_hdr[HDR_CONTENT_NUM]; //����ͷ������"Content-Type: text/html"����Ҫ�������У�NULL��ʾû�и�ͷ����
const char* usertag; //�������������ݣ�GETʱ��ԭ������
size_t usertag_len; //��󳤶�USER_TAG_MAX_LEN��0��ʾû�и�ͷ��
+ size_t user_log_name;
struct response_freshness put;
};