From 3b96a0dcef3c7e1de852025cfea5a9e56486021c Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sat, 12 Dec 2020 21:52:50 +0300 Subject: libcurl: update to 7.74.0 --- libs/libcurl/src/gopher.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libs/libcurl/src/gopher.c') diff --git a/libs/libcurl/src/gopher.c b/libs/libcurl/src/gopher.c index ce7413133f..b101c0ab68 100644 --- a/libs/libcurl/src/gopher.c +++ b/libs/libcurl/src/gopher.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at https://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is @@ -124,8 +124,6 @@ static CURLcode gopher_do(struct connectdata *conn, bool *done) sel_org = sel; } - /* We use Curl_write instead of Curl_sendf to make sure the entire buffer is - sent, which could be sizeable with long selectors. */ k = curlx_uztosz(len); for(;;) { -- cgit v1.2.3