Skip to content

Commit

Permalink
transfer: fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgustafsson committed Oct 10, 2018
1 parent d275c18 commit 12d833f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/transfer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 12d833f

Please sign in to comment.