CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/21 18:20:39
Modified files:
usr.bin/ssh : sftp-client.c
Log message:
Don't misuse the sftp limits extension's open-handles field.
This value is supposed to be the number of handles a server will allow
to be opened and not a number of outstanding read/write requests
that can be sent during an upload/download.
ok markus@
