zephyr/samples/net/sockets
Paul Sokolovsky 659c241e3a samples: net: big_http_download: Ignore close() return value.
We aren't interested in doing error handling for close(), close()
is itself on error handling path, and its purpose if to free
socket resources.

Coverity-CID: 186062
Fixes: #7713

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-05-29 16:23:46 -04:00
..
big_http_download samples: net: big_http_download: Ignore close() return value. 2018-05-29 16:23:46 -04:00
dumb_http_server samples: sockets: dumb_http_server: Disable TIME_WAIT delay 2018-05-16 11:03:49 +03:00
echo samples: sockets: echo: Better error and short write handling 2018-02-26 10:20:50 -06:00
echo_async samples: net: echo_async: Better error and write handling 2018-03-02 16:50:41 +01:00
http_get samples: sockets: Make more errors fatal 2018-05-15 18:14:07 +03:00