• Stefy Lanza (nextime / spora )'s avatar
    Fix wsscp connection health check issue · f4937b01
    Stefy Lanza (nextime / spora ) authored
    Simplify ws_connection_is_healthy to avoid false positives from SSL_peek.
    The complex SSL_peek-based health check was incorrectly marking healthy
    connections as unhealthy, causing premature tunnel closures during
    wsscp file transfers. Now uses simple state checks and relies on
    send/receive operations to determine actual connection health.
    f4937b01
websocket_protocol.c 16.4 KB