mirror of
https://github.com/curl/curl.git
synced 2026-07-25 02:37:18 +03:00
vtls_int.h: clarify data_pending
Suggested-by: Joseph Birr-Pixton Closes #18644
This commit is contained in:
parent
fd61ed062b
commit
3d8e15650c
1 changed files with 4 additions and 0 deletions
|
|
@ -153,6 +153,10 @@ struct Curl_ssl {
|
|||
size_t (*version)(char *buffer, size_t size);
|
||||
CURLcode (*shut_down)(struct Curl_cfilter *cf, struct Curl_easy *data,
|
||||
bool send_shutdown, bool *done);
|
||||
|
||||
/* data_pending() shall return TRUE when it wants to get called again to
|
||||
drain internal buffers and deliver data instead of waiting for the socket
|
||||
to get readable */
|
||||
bool (*data_pending)(struct Curl_cfilter *cf,
|
||||
const struct Curl_easy *data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue