diff options
| author | 杨威 <[email protected]> | 2024-10-16 03:44:26 +0000 |
|---|---|---|
| committer | 杨威 <[email protected]> | 2024-10-16 03:44:26 +0000 |
| commit | e770ce2c8421db36c23a2717a96a33be7c3497b6 (patch) | |
| tree | 14682ae8ec08d0a653e18d4799ea79bf25e05921 /src/quic_entry.cpp | |
| parent | 1ab2559887cce2447491aa17603306d92d169cd4 (diff) | |
Resolve OMPUB-1493 "Fix "
Diffstat (limited to 'src/quic_entry.cpp')
| -rw-r--r-- | src/quic_entry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quic_entry.cpp b/src/quic_entry.cpp index 0c26e7e..5693c00 100644 --- a/src/quic_entry.cpp +++ b/src/quic_entry.cpp @@ -208,7 +208,7 @@ extern "C" int QUIC_INIT(void) MESA_load_profile_int_def(g_quic_proto_conffile, "QUIC", "DECRYPTED_SWITCH", &g_quic_param.decrypted_switch, 2); MESA_load_profile_int_def(g_quic_proto_conffile, "QUIC", "MAX_PARSE_PKT_NUM", &g_quic_param.max_parse_pkt_num, 3); - MESA_load_profile_string_def(g_quic_proto_conffile, "QUIC", "QUIC_PORT_LIST", buff, sizeof(buff), "443;8443;"); + MESA_load_profile_string_def(g_quic_proto_conffile, "QUIC", "QUIC_PORT_LIST", buff, sizeof(buff), ""); g_quic_param.quic_port_num=parse_quic_port(buff, g_quic_param.quic_port_list, SUPPORT_QUIC_PORT_NUM); g_quic_param.logger=MESA_create_runtime_log_handle(g_quic_param.log_path, g_quic_param.level); |
