不cache包含Set-cookie的应答。修改多处日志细节。
This commit is contained in:
5
cache/src/tango_cache_pending.cpp
vendored
5
cache/src/tango_cache_pending.cpp
vendored
@@ -275,6 +275,11 @@ enum cache_pending_action tfe_cache_put_pending(const struct tfe_http_half *resp
|
||||
{
|
||||
return FORBIDDEN;
|
||||
}
|
||||
value=tfe_http_std_field_read(response, TFE_HTTP_SET_COOKIE);
|
||||
if(value!=NULL)
|
||||
{
|
||||
return FORBIDDEN;
|
||||
}
|
||||
value = tfe_http_std_field_read(response, TFE_HTTP_PRAGMA);
|
||||
if (value != NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user