Skip to content

eJet v1.2.12 released

Compare
Choose a tag to compare
@kehengzhong kehengzhong released this 17 Feb 12:55
· 12 commits to main since this release
71bae42
  1. Fixed the function calling parameters accordingly based on json_iter, buffer pointer mechanism of chunk;
  2. Fixed the bug of empty httpver value in new httpmsg instance when calling do_http_get, do_http_post or proxy;
  3. Fixed the bug of comparing http scheme with 'https';

本版本修订的内容如下:

  1. 由于更新了json_iter和chunk中的buffer pointer机制,相应地修改了eJet中对这些函数调用的接口参数;
  2. 在do_http_get和do_http_post及http proxy模式下中,修订了新的httpmsg实例中httpver值为空的bug;
  3. 修订了http_uri.c中判断scheme为https时参数错误bug;