curl/lib/vssh
Stefan Eissing 911c3166b6
lib: add eos flag to send methods
Adds a `bool eos` flag to send methods to indicate that the data
is the last chunk the invovled transfer wants to send to the server.

This will help protocol filters like HTTP/2 and 3 to forward the
stream's EOF flag and also allow to EAGAIN such calls when buffers
are not yet fully flushed.

Closes #14220
2024-08-03 19:53:54 +02:00
..
libssh2.c lib: add eos flag to send methods 2024-08-03 19:53:54 +02:00
libssh.c lib: add eos flag to send methods 2024-08-03 19:53:54 +02:00
ssh.h code: language cleanup in comments 2024-07-01 22:58:55 +02:00
wolfssh.c lib: add eos flag to send methods 2024-08-03 19:53:54 +02:00