eJet v1.2.12 released
- Fixed the function calling parameters accordingly based on json_iter, buffer pointer mechanism of chunk;
- Fixed the bug of empty httpver value in new httpmsg instance when calling do_http_get, do_http_post or proxy;
- Fixed the bug of comparing http scheme with 'https';
本版本修订的内容如下:
- 由于更新了json_iter和chunk中的buffer pointer机制,相应地修改了eJet中对这些函数调用的接口参数;
- 在do_http_get和do_http_post及http proxy模式下中,修订了新的httpmsg实例中httpver值为空的bug;
- 修订了http_uri.c中判断scheme为https时参数错误bug;