Skip to content

Commit 50e0a7d

Browse files
committed
modify
1 parent 8f9ccf1 commit 50e0a7d

File tree

5 files changed

+190
-86
lines changed

5 files changed

+190
-86
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,20 @@ typedef struct tk_task{
242242
243243
- 工作线程:void* threadpool_worker(void* arg);
244244
245+
### 特性
246+
247+
- 使用状态机解析HTTP协议,非简单字符串匹配方式解析请求
248+
249+
- 添加Timer定时器,定时回调tk_http_close_conn处理超时请求
250+
251+
- 高效的小根堆结构
252+
253+
- 惰性删除方式
254+
255+
- 实现了HTTP持续连接传输数据
256+
257+
- 线程池操作及其同步互斥管理
258+
245259
246260
---
247261

src_code/.idea/workspace.xml

Lines changed: 132 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src_code/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,20 @@ typedef struct tk_task{
242242
243243
- 工作线程:void* threadpool_worker(void* arg);
244244
245+
### 特性
246+
247+
- 使用状态机解析HTTP协议,非简单字符串匹配方式解析请求
248+
249+
- 添加Timer定时器,定时回调tk_http_close_conn处理超时请求
250+
251+
- 高效的小根堆结构
252+
253+
- 惰性删除方式
254+
255+
- 实现了HTTP持续连接传输数据
256+
257+
- 线程池操作及其同步互斥管理
258+
245259
246260
---
247261

0 commit comments

Comments
 (0)