v2.0-beta2
kernelsauce
released this
02 Aug 12:19
·
168 commits
to master
since this release
- LuaSec and OpenSSL is built as part of install.bat and installed on Windows, providing working SSL/TLS for Windows.
- OS X added as a supported OS (Intel CPU).
- Bumped version number of HTTPClient.
- Fix for verify_ca option of Async HTTP Client. Issue #204.
- Fix for HTTPClient HEAD requests that are redirected to site with a Content-Length greater than 0. Issue #211.
- .url attribute added to HTTPResponse object. This contains the URL that the request ended up at, including all redirects.
- Raising a Lua error instead of causing a segfault if someone tries to use get_url() from HTTPParser when it has not been needed with a URL to parse.
- Readded old way to load libtffi_wrap. This is used as a fallback in addition to the new way.