mirror of
https://github.com/curl/curl.git
synced 2026-07-30 08:48:02 +03:00
ssh: tracing and better pollset handling
Remove connection member `waitfor` and keep it in the SSH connection meta. Add `ssh` to supported tracing features, convert many DEBUGF printgs to traces. Closes #19745
This commit is contained in:
parent
e25a3c6734
commit
12a3182fc3
7 changed files with 178 additions and 107 deletions
|
|
@ -156,7 +156,8 @@ struct ssh_conn {
|
|||
int secondCreateDirs; /* counter use by the code to see if the
|
||||
second attempt has been made to change
|
||||
to/create a directory */
|
||||
int orig_waitfor; /* default READ/WRITE bits wait for */
|
||||
int waitfor; /* KEEP_RECV/KEEP_SEND bits overriding
|
||||
pollset given flags */
|
||||
char *slash_pos; /* used by the SFTP_CREATE_DIRS state */
|
||||
|
||||
#ifdef USE_LIBSSH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue