eJet v1.2.10 released
- Solved the large concurrent handling of HTTP request/response completely based on IOCP implementation of epump library;
- Fixed the handling when the actual file length stored in cache info is zero;
- Fixed the bug of handling of extra bytes in receiving buffer of http_con;
- Fixed the check and handle of compatibility for Windows OS;
本版本修订的内容如下:
- 依赖epump的IOCP实现,彻底实现了Windows下大并发HTTP请求响应的处理;
- 修改了http_cache下缓存信息数据结构中缓存长度为0时的缺省处理;
- 修订了http_proxy模式下多余数据的处理bug;
- 修订了Windows版本的兼容性判断和处理;