Skip to content

eJet v1.2.10 released

Compare
Choose a tag to compare
@kehengzhong kehengzhong released this 04 Sep 06:30
· 15 commits to main since this release
1a9788a
  1. Solved the large concurrent handling of HTTP request/response completely based on IOCP implementation of epump library;
  2. Fixed the handling when the actual file length stored in cache info is zero;
  3. Fixed the bug of handling of extra bytes in receiving buffer of http_con;
  4. Fixed the check and handle of compatibility for Windows OS;

本版本修订的内容如下:

  1. 依赖epump的IOCP实现,彻底实现了Windows下大并发HTTP请求响应的处理;
  2. 修改了http_cache下缓存信息数据结构中缓存长度为0时的缺省处理;
  3. 修订了http_proxy模式下多余数据的处理bug;
  4. 修订了Windows版本的兼容性判断和处理;