wolfssh/ide
John Safranek f4daee5ac3 espressif: retire the forward fd at every close
Recording the direct forward's socket in the context left the two sites
that close it on the target's own EOF or reset holding a stale copy, so
the cleanup handler closed a descriptor number the task had since
reissued. Every close now retires both the worker's copy and the
context's, as the reference example does.

- clear appFd where a zero read ends the forward
- clear appFd and the worker's own fwdFd on a reset, which that branch
  never reset
- compare appFd against a cast -1 in both places, since WS_SOCKET_T is
  unsigned on Windows
2026-09-17 11:44:27 -07:00
..
CSBENCH
Espressif espressif: retire the forward fd at every close 2026-09-17 11:44:27 -07:00
IAR-EWARM keep a list of file handles open per session 2026-06-22 20:11:36 -07:00
Linux-FATFS Release v1.4.22 2025-12-29 16:53:33 -08:00
MQX
Renesas keep a list of file handles open per session 2026-06-22 20:11:36 -07:00
STM32CUBE keep a list of file handles open per session 2026-06-22 20:11:36 -07:00
mplabx Handle the EOF status in apps and examples 2026-08-31 11:53:29 -05:00
winvs fix for flags handling, ocsp case, macro guards, unused variable, changed default from MY to required to be set 2026-09-05 01:32:02 -07:00
include.am