Files
esp-idf/components
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
..
2018-09-11 09:44:12 +08:00
2018-09-13 08:56:59 +08:00
2018-10-10 08:15:23 +08:00
2018-09-11 09:44:12 +08:00
2018-09-13 08:56:59 +08:00
2018-09-11 09:44:12 +08:00
2018-09-11 09:44:12 +08:00
2018-09-11 09:44:12 +08:00
2018-09-11 09:44:12 +08:00
2018-09-11 09:44:12 +08:00
2018-09-13 08:56:59 +08:00
2018-09-17 11:11:25 +08:00