zephyr/subsys/net/lib/http
Yangbo Lu 6fe7f6c55d net: lib: http_server: fix snprintk issue of size_t
The size_t type may vary from machines. Current snprintk code was
causing below build issue on arm64.

error: format '%x' expects argument of type 'unsigned int', but argument
4 has type 'size_t' {aka 'long unsigned int'} [-Werror=format=].

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
2024-09-25 04:00:02 -04: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: call socket poll for http_client send 2024-07-09 14:04:29 +02: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: allow application to send headers/response code 2024-09-23 12:00:54 +02:00
http_server_http1.c net: lib: http_server: fix snprintk issue of size_t 2024-09-25 04:00:02 -04:00
http_server_http2.c net: lib: http_server: remove dynamic resource data buffer 2024-09-23 12:00:54 +02:00
http_server_ws.c
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: allow application to send headers/response code 2024-09-23 12:00:54 +02:00
README_http_parser