mirror of
https://github.com/curl/curl.git
synced 2026-08-26 00:53:39 +03:00
parent
46ef34c053
commit
25321de30e
41 changed files with 166 additions and 200 deletions
|
|
@ -119,7 +119,7 @@ size_t Curl_hyper_send(void *userp, hyper_context *ctx,
|
|||
|
||||
DEBUGF(infof(data, "Curl_hyper_send(%zu)", buflen));
|
||||
result = Curl_conn_send(data, io_ctx->sockindex,
|
||||
(void *)buf, buflen, FALSE, &nwrote);
|
||||
(void *)buf, buflen, &nwrote);
|
||||
if(result == CURLE_AGAIN) {
|
||||
DEBUGF(infof(data, "Curl_hyper_send(%zu) -> EAGAIN", buflen));
|
||||
/* would block, register interest */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue