Skip to content

HTTPS client & more flexible resource allocation

Compare
Choose a tag to compare
@pascal-fb-martin pascal-fb-martin released this 30 Dec 00:43
· 44 commits to master since this release
  • Support for HTTPS client (automatically activated when using a "https://.." URL).
  • Add new API functions: echttp_forget(), echttp_json_estimate(), echttp_xml_estimate().
  • Number of clients is now determined by the kernel file descriptor limit, with lazy allocation of context as needed.
  • Minor XML attribute fix (well.. improvement, not yet fully compliant to any official syntax).