From 26ed48c4e616014ee760fd13d13dbdc8539c34e3 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期二, 22 十二月 2020 19:21:55 +0800
Subject: [PATCH] 解决sendandrecv发送到一个不存在key的情况

---
 src/socket/net_conn_pool.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/socket/net_conn_pool.h b/src/socket/net_conn_pool.h
index f8562c9..cccf331 100644
--- a/src/socket/net_conn_pool.h
+++ b/src/socket/net_conn_pool.h
@@ -1,6 +1,11 @@
+/**
+ * 閰嶅悎thread local浣跨敤鐨刢onnection pool
+ */
+
 #ifndef __NET_CONN_POOL_H__
 #define __NET_CONN_POOL_H__ 
 
+
 #include "usg_common.h"
 #include <poll.h>
 

--
Gitblit v1.8.0