commit | 66766581c9c9749042476b9f9ab9c85846e4d943 | [log] [tgz] |
---|---|---|
author | Marcin Niestroj <m.niestroj@grinn-global.com> | Thu Jul 01 16:28:22 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jul 07 08:25:34 2021 -0400 |
tree | 38ce64efd37384a117c891c3427638c4784a3b78 | |
parent | 1ab0848eab1b107b4c1796ebef9a2b0551bf3a27 [diff] |
drivers: wifi: esp_at: notify send() caller about pending close If stream socket is marked as pending close, make sure that send() caller gets notified about it, so that application layer can decide to stop trying to send anything more. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>