Releases: yhirose/cpp-httplib
Releases · yhirose/cpp-httplib
Bug fixes
New features and bug fixes
Bug fixes
Bug fixes and improvements
Bug fixes
- Windows: simplify conditional compilation and fix call to CreateFileMappingW
- Fix Incorrect usage of urls ending without '/' in static file server (Windows only) #1848
- Header parser incorrectly accepts NUL and CR within header values #1908
- Fix problem with Abstract Namespace Unix Domain
- Fix SIGINT problem in Docker image
New features and Bug fixes
v0.16.3
Some new features
- threadsafe CLOEXEC on platforms that support it
- BoringSSL compatibility fixes (#1892)
v0.16.1
- detail::is_socket_alive() is not work for https connection #1481
- avoid memory leaks if linked with static openssl libs (#1857)
- Allow hex for ipv6 literal addr in redirect (#1859)
- Fix build on Windows with no WINAPI_PARTITION_APP support (#1865)
- test: fix GetRangeWithMaxLongLength on 32 bit machines (#1867)
- Fix build when targeting Windows 7 as platform. (#1869)
- Require a minimum of TLS 1.2 (#1889)