zephyr/subsys/net/lib/http
Lucas Dietrich c7f9eafeec net: http: Make http_client.c compile with CONFIG_NET_SOCKETS_POSIX_NAMES=n
Use internal constant ZSOCK_POLLIN instead of POLLIN to
 make the http_client source file compile without error with
CONFIG_NET_SOCKETS_POSIX_NAMES disabled.

 Fixes #55423

Signed-off-by: Lucas Dietrich <ld.adecy@gmail.com>
2023-03-05 08:51:25 -05:00
..
CMakeLists.txt
http_client.c net: http: Make http_client.c compile with CONFIG_NET_SOCKETS_POSIX_NAMES=n 2023-03-05 08:51:25 -05:00
http_parser_url.c include: net: http: rename http_x.h http/x.h 2022-10-12 09:02:21 -04:00
http_parser.c include: net: http: rename http_x.h http/x.h 2022-10-12 09:02:21 -04:00
Kconfig
README_http_parser