不cache包含Set-cookie的应答。修改多处日志细节。

This commit is contained in:
zhengchao
2018-10-21 15:03:04 +08:00
parent c94b267a65
commit c5f5ee2655
8 changed files with 36 additions and 9 deletions

View File

@@ -249,7 +249,7 @@ void ssl_stat_init(struct ssl_mgr * mgr)
spec[SSL_DOWN_ERR]="dssl_err";
spec[SSL_DOWN_CLOSING]="dssl_clsing";
spec[SSL_DOWN_CLOSED]="dssl_clsed";
spec[SSL_DOWN_DIRTY_CLOSED]="ssld_dirty_cls";
spec[SSL_DOWN_DIRTY_CLOSED]="dssl_dirty_cls";
spec[SSL_DOWN_CACHE_SZ]="dsess_cache";
spec[SSL_DOWN_CACHE_QUERY]="dcache_query";
spec[SSL_DOWN_CACHE_HIT]="dsess_hitcnt";