wolfssh/examples
John Safranek fc3b0a86bd Take the worker's status before the EOF drain
The drain runs between wolfSSH_worker() and the get_error() that classifies
its result, and its reads and sends latch their own status: WS_WINDOW_FULL
and WS_WANT_WRITE from a send, WS_REKEYING from a read. The ladder then read
the drain's status as the worker's, matched no arm, and ended the session
with the backlog unsent and no EOF.

- Read the error once, right after the worker returns
2026-08-31 11:53:29 -05:00
..
client Handle the EOF status in apps and examples 2026-08-31 11:53:29 -05:00
echoserver Take the worker's status before the EOF drain 2026-08-31 11:53:29 -05:00
portfwd Re-resolve the forwarded channel before the half-close check 2026-08-31 11:53:29 -05:00
scpclient Handle the EOF status in apps and examples 2026-08-31 11:53:29 -05:00
sftpclient Handle the EOF status in apps and examples 2026-08-31 11:53:29 -05:00
tpmcertserver
include.am