mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 02:29:10 -04:00
Internal tcp_transport functions could now use custom socket operations. This is used for WebSocket transport, when we typically wait for clean connection closure, i.e. selecting for read/error with expected errno or recv size=0 while socket readable (=connection terminated by FIN flag)