zephyr/subsys/net/lib/http
Robert Lubos df79f10513 net: lib: http_server: Verify fs_read result for filesystem resources
Verify the result of the fs_read() operation when handling filesystem
resources, and abort processing the resource in case of errors.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-11-28 15:43:32 +00:00
..
headers net: lib: http_server: allow application to send headers/response code 2024-09-23 12:00:54 +02:00
CMakeLists.txt net: lib: http_server: allow application to access request headers 2024-09-06 11:27:37 -04:00
http_client.c net: lib: http-client: Use memcpy() to avoid gcc warning 2024-10-04 13:24:17 -05:00
http_hpack.c net: lib: http_server: Fix possible NULL pointer dereference 2024-06-24 12:41:22 -04:00
http_huffman.c
http_parser_url.c net: change controlling expressions in while to Boolean 2024-06-11 20:03:16 +03:00
http_parser.c net: change controlling expressions in while to Boolean 2024-06-11 20:03:16 +03:00
http_server_core.c net: lib: http_server: add option to use ALPN 2024-11-16 15:19:36 -05:00
http_server_http1.c net: lib: http_server: Verify fs_read result for filesystem resources 2024-11-28 15:43:32 +00:00
http_server_http2.c net: lib: http_server: Verify fs_read result for filesystem resources 2024-11-28 15:43:32 +00:00
http_server_ws.c shell: backend: Create a websocket transport backend 2024-10-15 04:11:03 -04:00
iterables_content_type.ld net: lib: http_server: allow application to access request headers 2024-09-06 11:27:37 -04:00
iterables_header_capture.ld net: lib: http_server: allow application to access request headers 2024-09-06 11:27:37 -04:00
Kconfig net: lib: http_server: add option to use ALPN 2024-11-16 15:19:36 -05:00
README_http_parser