You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wolfSSH_AGENT_ChannelOpen() answers a poll on a session that is over
with WS_DISCONNECT: no channel opened, nothing on the wire, RFC 4253
section 11.1. wolfSSH_accept() gates the open it drives, so the new
public entry point is the only way in.
- promote SendAfterDisconnect() to WOLFSSH_LOCAL so agent.c uses the
same helper as every other public sender
- leave an open queued before the disconnect unflushed, the rule
wolfSSH_shutdown() applies to all but its own disconnect
0 commit comments