cpp-httplib/test
Andrea Pappacoda bdefdce1ae
test: fix GetRangeWithMaxLongLength on 32 bit machines (#1867)
The test used the hardcoded long value for 64 bit machines even on 32
bit ones, leading to test failures. With this patch the max long length
is obtained using std::numeric_limits<long>::max(). Thanks to q2a3z for
the hint!

Fixes: https://github.com/yhirose/cpp-httplib/issues/1795
2024-06-23 17:49:00 -04:00
..
fuzzing Run fuzz test in CTest (#1707) 2023-11-09 19:35:15 -05:00
gtest Fix typo in gtest-all.cc (#1770) 2024-02-05 15:35:33 -05:00
proxy Removed up.sh and down.sh 2022-02-09 17:16:18 -05:00
www/dir build(meson): copy 1MB.txt test file (#1695) 2023-10-20 17:58:06 -04:00
www2/dir meson: add tests (#1044) 2021-09-11 14:26:48 -04:00
www3/dir meson: add tests (#1044) 2021-09-11 14:26:48 -04:00
ca-bundle.crt Wildcard support for verifying server certificate. fix #87 2019-05-07 21:40:03 -04:00
CMakeLists.txt Generate missing PEMs for CTest (#1811) 2024-04-05 13:50:21 -04:00
image.jpg Add a file for test 2017-12-29 22:34:59 -05:00
include_httplib.cc Add test of httplib.h split into .h + .cc (#1015) 2021-07-31 09:53:30 -04:00
Makefile Tweak CI & fix macOS prefix (#1843) 2024-05-26 08:24:29 -04:00
meson.build build(meson): generate new test PEMs (#1813) 2024-04-07 10:05:07 -04:00
test.cc test: fix GetRangeWithMaxLongLength on 32 bit machines (#1867) 2024-06-23 17:49:00 -04:00
test.conf ssl-verify-host: fix verifying ip addresses containing zero's (#732) 2020-11-02 20:27:34 -05:00
test.rootCA.conf setup test cases for client certificates 2019-06-07 01:23:22 +08:00
test.sln static file support. vc12 support. 2013-07-04 18:18:52 -04:00
test.vcxproj resolve http server can't send file large than 2GB (Fix #1290) (#1294) 2022-05-27 11:56:20 -04:00
test_proxy.cc Use StatusCode in tests and examples (#1743) 2023-12-20 17:28:57 -05:00