Releases: yhirose/cpp-httplib
Releases · yhirose/cpp-httplib
Bug fix
Bug fix
Bug fix
Some new features and bug fixes
- Add missing #include for strcasecmp #1744
- ThreadPool: optional limit for jobs queue (#1741)
- Fix #1628 (OpenSSL 1.1.1 End of Life on September 11, 2023)
- Fix Windows std::max macro problem #1750
- Fix select() return code for fd >= 1024 (#1757)
- Add a getter for a bearer token from a request (#1755)
- Support move semantics for Response::set_content() (#1764)
- Treat paths with embedded NUL bytes as invalid (#1765)
- Fix usage of rand() is not seeded and depends on seeding by parent program #1747
- Fix check request range and fix response Content-Range. #1694
Bug fixes
Bug fixes
New feature
- Add optional user defined header writer #1683