mirror of
https://github.com/curl/curl.git
synced 2026-06-15 01:35:37 +03:00
libssh.c simplify wording, version -> v
This commit is contained in:
parent
8f38830365
commit
8aace7dcf9
1 changed files with 2 additions and 2 deletions
|
|
@ -3020,8 +3020,8 @@ static CURLcode sftp_send(struct Curl_easy *data, int sockindex,
|
|||
* https://datatracker.ietf.org/doc/html/draft-ietf-secsh-filexfer-02
|
||||
*
|
||||
* libssh started applying appropriate read/write length limits
|
||||
* internally since version 0.11.0, hence such an operation is
|
||||
* not needed for versions after (and including) 0.11.0.
|
||||
* internally since v0.11.0, hence such an operation is not needed
|
||||
* for v0.11.0 and greater.
|
||||
*/
|
||||
if(len > 32768)
|
||||
len = 32768;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue