From 55ff532f92ecbefad67e1fee9b1418543f2db137 Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Tue, 20 Feb 2024 09:48:24 +0800 Subject: [PATCH] struct fast_task_info remove fields: connect_timeout and network_timeout --- HISTORY | 3 ++- src/fast_task_queue.h | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/HISTORY b/HISTORY index d3fe99f..a0b7c93 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,7 @@ -Version 1.73 2024-02-15 +Version 1.73 2024-02-20 * add macro FC_SET_STRING_EMPTY + * struct fast_task_info remove fields: connect_timeout and network_timeout Version 1.72 2024-01-21 * call fast_mblock_ref_counter_dec for delay free node correctly diff --git a/src/fast_task_queue.h b/src/fast_task_queue.h index 70fdb2a..3ce3472 100644 --- a/src/fast_task_queue.h +++ b/src/fast_task_queue.h @@ -125,8 +125,6 @@ struct fast_task_info } nio_stages; //stages for network IO volatile int8_t reffer_count; volatile int8_t canceled; //if task canceled - short connect_timeout; //for client side - short network_timeout; int pending_send_count; int64_t req_count; //request count struct {