zephyr/subsys/net/lib/http
Robert Lubos 086faa56aa net: lib: http_server: Clear http1_headers_sent flag on new request
http1_headers_sent flag has to be cleared when entering
HTTP_SERVER_REQUEST_STATE and not only on the client init. Otherwise,
serving multiple HTTP1 POST requests over the same connection does not
work as intended (headers were not sent for the second and further
requests).

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-08-12 15:54:03 +02:00
..
headers net: lib: http_server: add static fs resource 2024-07-31 10:08:16 +02:00
CMakeLists.txt net: lib: http_server: add static fs resource 2024-07-31 10:08:16 +02: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: add static fs resource 2024-07-31 10:08:16 +02:00
http_server_http1.c net: lib: http_server: Clear http1_headers_sent flag on new request 2024-08-12 15:54:03 +02:00
http_server_http2.c net: lib: http_server: add static fs resource 2024-07-31 10:08:16 +02:00
http_server_ws.c
iterables.ld net: lib: http_server: add static fs resource 2024-07-31 10:08:16 +02:00
Kconfig net: lib: http: Use Kconfig constants 2024-07-30 18:31:11 +01:00
README_http_parser