Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
linw7 committed Jul 28, 2017
1 parent 8f9ccf1 commit 50e0a7d
Show file tree
Hide file tree
Showing 5 changed files with 190 additions and 86 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,20 @@ typedef struct tk_task{
- 工作线程:void* threadpool_worker(void* arg);
### 特性
- 使用状态机解析HTTP协议,非简单字符串匹配方式解析请求
- 添加Timer定时器,定时回调tk_http_close_conn处理超时请求
- 高效的小根堆结构
- 惰性删除方式
- 实现了HTTP持续连接传输数据
- 线程池操作及其同步互斥管理
---
Expand Down
186 changes: 132 additions & 54 deletions src_code/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions src_code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,20 @@ typedef struct tk_task{
- 工作线程:void* threadpool_worker(void* arg);
### 特性
- 使用状态机解析HTTP协议,非简单字符串匹配方式解析请求
- 添加Timer定时器,定时回调tk_http_close_conn处理超时请求
- 高效的小根堆结构
- 惰性删除方式
- 实现了HTTP持续连接传输数据
- 线程池操作及其同步互斥管理
---
Expand Down
Loading

0 comments on commit 50e0a7d

Please sign in to comment.