diff options
| author | zhengchao <[email protected]> | 2018-10-21 15:03:04 +0800 |
|---|---|---|
| committer | zhengchao <[email protected]> | 2018-10-21 15:03:04 +0800 |
| commit | c5f5ee26557ac29f785ff6404cc30226a3524e97 (patch) | |
| tree | 64516abee2f15d8a8c6d816b7f176f860c9c34ad /common/src/tfe_http.cpp | |
| parent | c94b267a6591e0618dd57b18de52dd86c505aa41 (diff) | |
不cache包含Set-cookie的应答。修改多处日志细节。
Diffstat (limited to 'common/src/tfe_http.cpp')
| -rw-r--r-- | common/src/tfe_http.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/tfe_http.cpp b/common/src/tfe_http.cpp index 0980207..674fe26 100644 --- a/common/src/tfe_http.cpp +++ b/common/src/tfe_http.cpp @@ -11,6 +11,7 @@ static const char * __str_std_header_field_map[] = [TFE_HTTP_REFERER] = "Referer", [TFE_HTTP_USER_AGENT] = "User-Agent", [TFE_HTTP_COOKIE] = "Cookie", + [TFE_HTTP_SET_COOKIE]="Set-Cookie", [TFE_HTTP_PROXY_AUTHORIZATION] = "Proxy-Authorization", [TFE_HTTP_AUTHORIZATION] = "Authorization", [TFE_HTTP_LOCATION] = "Location", |
