diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gopher.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gopher.c b/lib/gopher.c index 1bbede67d..b101c0ab6 100644 --- a/lib/gopher.c +++ b/lib/gopher.c @@ -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(;;) { |