diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2018-10-10 21:32:28 +0200 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2018-10-10 23:50:13 +0200 |
commit | 12d833fa1e6c9565efd8a929bdd68c96d1b9c872 (patch) | |
tree | 5383d029e998e5e99255006c55b3e00a6e97ca07 /lib/transfer.c | |
parent | d275c18c2a8746dce784f21d305368df38b4962b (diff) | |
download | curl-12d833fa1e6c9565efd8a929bdd68c96d1b9c872.tar.gz |
transfer: fix typo in comment
Diffstat (limited to 'lib/transfer.c')
-rw-r--r-- | lib/transfer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/transfer.c b/lib/transfer.c index efd929279..638ae9ec5 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -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 = |