After 'must', the verb is used without 'to'. Correct: "must" or "have
to"

Closes #8368
This commit is contained in:
Sebastian Sterk 2022-02-01 00:05:00 +01:00 коммит произвёл Daniel Stenberg
Родитель 5236ed0e42
Коммит c6218f3723
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2168,8 +2168,8 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi,
Curl_posttransfer(data);
drc = multi_done(data, result, FALSE);
/* When set to retry the connection, we must to go back to
* the CONNECT state */
/* When set to retry the connection, we must go back to the CONNECT
* state */
if(newurl) {
if(!drc || (drc == CURLE_SEND_ERROR)) {
follow = FOLLOW_RETRY;