zephyr/tests/net/lib/http_server/core
Tom Hughes a9c5b72a6f tests: net: lib: http_server: Check response
Building with clang, it warns:

tests/net/lib/http_server/core/src/main.c:1400:19: error: variable
'http1_header_capture_common_response' is not needed and will not be
emitted [-Werror,-Wunneeded-internal-declaration]
static const char http1_header_capture_common_response[]
                  ^                             = "HTTP/1.1 200\r\n"

Add a check to make sure the response actually matches the expected
response.

Signed-off-by: Tom Hughes <tomhughes@chromium.org>
2025-03-26 21:56:51 +01:00
..
boards tests: net: http: server: Add static fs tests 2025-01-13 20:23:18 +01:00
src tests: net: lib: http_server: Check response 2025-03-26 21:56:51 +01:00
CMakeLists.txt
prj.conf test: net: http: Add compression support in HTTP server 2025-03-07 20:19:44 +01:00
ramdisk.overlay tests: net: http: server: Add static fs tests 2025-01-13 20:23:18 +01:00
sections-rom.ld
testcase.yaml boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00