change use_send_zc's default value to true

use_iouring
YuQing 2025-10-09 14:01:32 +08:00
parent b16526e8f7
commit b688973cf9
1 changed files with 1 additions and 1 deletions

View File

@ -717,7 +717,7 @@ int sf_load_context_from_config_ex(SFContext *sf_context,
}
global_use_send_zc = iniGetBoolValue(NULL, "use_send_zc",
config->ini_ctx.context, false);
config->ini_ctx.context, true);
if (config->ini_ctx.section_name == NULL) {
use_send_zc = global_use_send_zc;
} else {