Releases: yhirose/cpp-httplib
Releases · yhirose/cpp-httplib
Added patch version in user agent string
v0.9.9 Release v0.9.9
Fixed several issues
Support custom SSL ctx configuration for SSLServer
Add retry logic for SSL_write
Fix bugs and performance improvement
Fix "Issue 37742 in oss-fuzz: cpp-httplib:server_fuzzer: Timeout in server_fuzzer"
v0.9.4 Fix "Issue 37742 in oss-fuzz: cpp-httplib:server_fuzzer: Timeout in s…
Added '_Online' suffix to unit test cases accessing external servers
v0.9.3 Append '_Online' suffix to Unit test names that access external servers
Fix some problems
Fix problem with IPv6 address
cpp-httplib now accepts IPv6 address such as http://[::1]:1234
.
Content Provider Resource Releaser interface change
It's a breaking change from v0.8.x. The content provider resource releaser now takes bool success
parameter to see if the all the content have been sent to the client successfully.