zephyr/subsys/net/lib/http
Jukka Rissanen a124dd2596 net: http_server: Send chunked response correctly
The chunked response was not sent properly. There were extra
"\r\n" before the chunk lenght and the length of the string
to be sent was calculated incorrectly.

Fixes #72887

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-06-03 15:39:09 +02:00
..
headers net: http_server: Add websocket support 2024-05-08 15:02:16 -05:00
CMakeLists.txt net: lib: http_server: Upgrade from HTTP/1.1 to websocket 2024-05-08 15:02:16 -05:00
http_client.c net: lib: http_server: Initial HTTP server support 2024-04-30 13:25:22 +02:00
http_hpack.c
http_huffman.c
http_parser_url.c
http_parser.c
http_server_core.c net: http_server: Add wildcard support to resource strings 2024-05-31 09:57:22 -05:00
http_server_http1.c net: http_server: Send chunked response correctly 2024-06-03 15:39:09 +02:00
http_server_http2.c net: http_server: Add support for specifying Content-Type 2024-05-14 20:22:58 -04:00
http_server_ws.c net: http_server: Add websocket support 2024-05-08 15:02:16 -05:00
Kconfig net: http_server: Add wildcard support to resource strings 2024-05-31 09:57:22 -05:00
README_http_parser