diff options
| author | lijia <[email protected]> | 2024-06-21 14:32:39 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2024-06-21 16:16:26 +0800 |
| commit | 5d0168f5eb8c263b3e9b940b99b2c2097ee99282 (patch) | |
| tree | 066127ce92dbae231bce2dc0133071dc1d123f46 /src/http_decoder_stat.cpp | |
| parent | a2e5617ed5f32078b9e2fc1f1a2649aaef6b0eec (diff) | |
add asymmetric test case.
Diffstat (limited to 'src/http_decoder_stat.cpp')
| -rw-r--r-- | src/http_decoder_stat.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http_decoder_stat.cpp b/src/http_decoder_stat.cpp index a2b6205..290af64 100644 --- a/src/http_decoder_stat.cpp +++ b/src/http_decoder_stat.cpp @@ -16,6 +16,7 @@ static const struct hd_stat_config_tuple g_httpd_stat_tuple[HTTPD_STAT_MAX] = {HTTPD_STAT_SESSION_NEW, "session_new"}, {HTTPD_STAT_SESSION_FREE, "session_free"}, {HTTPD_STAT_SESSION_EXCEPTION, "sess_exception"}, + {HTTPD_STAT_TUNNEL, "tunnel"}, {HTTPD_STAT_TRANSACTION_NEW, "trans_new"}, {HTTPD_STAT_TRANSACTION_FREE, "trans_free"}, {HTTPD_STAT_ASYMMETRY_SESSION_C2S, "asymmetry_sess_c2s"}, |
