OVMS3-idf/components/http_server
Anurag Kar 47a106879a HTTP Server : Return HTTPD_SOCK_ERR_ based on errno set during send / recv
This feature allows `httpd_req_recv()` and `httpd_send()` functions to return
specific `HTTPD_SOCK_ERR_` codes in case of socket errors. This is useful
in case of errors like `EAGAIN`, `EINTR`, etc. when the user may want to
retry `httpd_req_recv()` / `httpd_send()` function call.
2018-10-17 17:36:50 +05:30
..
include HTTP Server : Return HTTPD_SOCK_ERR_ based on errno set during send / recv 2018-10-17 17:36:50 +05:30
src HTTP Server : Return HTTPD_SOCK_ERR_ based on errno set during send / recv 2018-10-17 17:36:50 +05:30
test Http Server : Add a simple light weight HTTP Server Component. 2018-07-20 15:49:17 +05:30
CMakeLists.txt cmake: make main a component again 2018-09-11 09:44:12 +08:00
component.mk Http Server : Add a simple light weight HTTP Server Component. 2018-07-20 15:49:17 +05:30
Kconfig Http Server : Add a simple light weight HTTP Server Component. 2018-07-20 15:49:17 +05:30