mirror of
https://github.com/curl/curl.git
synced 2026-07-23 00:27:24 +03:00
transfer: fix typo in comment
This commit is contained in:
parent
d275c18c2a
commit
12d833fa1e
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ static int data_pending(const struct connectdata *conn)
|
|||
return conn->handler->protocol&(CURLPROTO_SCP|CURLPROTO_SFTP) ||
|
||||
#if defined(USE_NGHTTP2)
|
||||
Curl_ssl_data_pending(conn, FIRSTSOCKET) ||
|
||||
/* For HTTP/2, we may read up everything including responde body
|
||||
/* For HTTP/2, we may read up everything including response body
|
||||
with header fields in Curl_http_readwrite_headers. If no
|
||||
content-length is provided, curl waits for the connection
|
||||
close, which we emulate it using conn->proto.httpc.closed =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue