the textual arraw for "Send SSL data" was the wrong way

This commit is contained in:
Daniel Stenberg 2006-10-12 08:14:13 +00:00
Родитель 22307ae0ee
Коммит e7742bfb7c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3048,7 +3048,7 @@ int my_trace(CURL *handle, curl_infotype type,
text = "<= Recv SSL data";
break;
case CURLINFO_SSL_DATA_OUT:
text = "<= Send SSL data";
text = "=> Send SSL data";
break;
}