From b90ba316b54db321d3e8aaac7df93b46d80b9d9c Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期二, 22 十二月 2020 15:47:41 +0800 Subject: [PATCH] 三个没有回收的信号 --- src/socket/net_mod_socket_io.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/socket/net_mod_socket_io.h b/src/socket/net_mod_socket_io.h index 7b41b04..201908b 100644 --- a/src/socket/net_mod_socket_io.h +++ b/src/socket/net_mod_socket_io.h @@ -5,7 +5,7 @@ #define PKG_SEP "\r\n\r\n" -ssize_t rio_readpkgb(rio_t *rp, char *usrbuf, size_t maxlen); +ssize_t rio_read_until_sep(rio_t *rp, char *usrbuf, size_t maxlen, char * sep); int is_little_endian(); void swap_bytes(void *pv, size_t n); uint16_t swap_uint16( uint16_t val ) ; -- Gitblit v1.8.0