| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-28 | 486 Bytes | |
| v0.40.0 source code.tar.gz | 2026-03-28 | 1.8 MB | |
| v0.40.0 source code.zip | 2026-03-28 | 1.9 MB | |
| Totals: 3 Items | 3.7 MB | 2 | |
- Optimize multipart content provider to coalesce small writes and reduce TCP packet fragmentation by @yhirose in https://github.com/yhirose/cpp-httplib/pull/2410
- Add set_socket_opt function and corresponding test for TCP_NODELAY option by @yhirose in https://github.com/yhirose/cpp-httplib/pull/2411
- Implement request body consumption and reject invalid Content-Length with Transfer-Encoding to prevent request smuggling by @yhirose
- Fixed warnings by @yhirose