cpp-httplib/test
Sergey Bobrenok 8794792baa
Treat out-of-range last_pos as the end of the content (#2009)
RFC-9110 '14.1.2. Byte Ranges':
A client can limit the number of bytes requested without knowing the
size of the selected representation. If the last-pos value is absent,
or if the value is greater than or equal to the current length of the
representation data, the byte range is interpreted as the remainder of
the representation (i.e., the server replaces the value of last-pos
with a value that is one less than the current length of the selected
representation).

https://www.rfc-editor.org/rfc/rfc9110.html#section-14.1.2-6
2024-12-23 13:14:36 -05:00
..
fuzzing Fixed FuzzableServer build error 2024-09-08 19:00:23 -04: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 Resolve #1973 (#1976) 2024-11-13 22:47:09 -05: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 Fix #1798 for CMake (#1944) 2024-09-19 18:33:32 -04:00
gen-certs.sh Fix Mafile errors 2024-09-17 18:37:44 -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 Fix Mafile errors 2024-09-17 18:37:44 -04:00
meson.build test(meson): copy files in www directory (#1941) 2024-09-17 18:06:01 -04:00
test_proxy.cc Use StatusCode in tests and examples (#1743) 2023-12-20 17:28:57 -05:00
test.cc Treat out-of-range last_pos as the end of the content (#2009) 2024-12-23 13:14:36 -05: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 Update vcxproj files 2024-11-16 11:14:13 -05:00