mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:17:20 +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
|
|
@ -130,6 +130,10 @@ states.
|
|||
Traces reading of upload data from the application in order to send it to the
|
||||
server.
|
||||
|
||||
## `ssh`
|
||||
|
||||
Tracing of SSH related protocols SCP and SFTP.
|
||||
|
||||
## `ssls`
|
||||
|
||||
Tracing of SSL Session handling, e.g. caching/import/export.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue