curl/lib/vssh
Stefan Eissing da7bfb89a1
connection_check, simplified
The protocol handler method `connection_check` allowed to variable
operations to trigger with variable result bits. Only the `CONNCHECK_ISDEAD`
and `CONNRESULT_DEAD` were in use. Transform the function into
`connection_is_dead` without extra parameter and a bool result.

- Remove defines for `CONNCHECK_*` and `CONNRESULT_*`
- Rename protocol function in handler comments
- Change RTSP implementation (only protocol that uses this)

Closes #20890
2026-03-11 23:28:50 +01:00
..
libssh.c connection_check, simplified 2026-03-11 23:28:50 +01:00
libssh2.c connection_check, simplified 2026-03-11 23:28:50 +01:00
ssh.h lib: use lib source directory as base include path 2026-02-23 16:00:42 +01:00
vssh.c lib: use lib source directory as base include path 2026-02-23 16:00:42 +01:00
vssh.h lib: use lib source directory as base include path 2026-02-23 16:00:42 +01:00