mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
the textual arraw for "Send SSL data" was the wrong way
This commit is contained in:
parent
22307ae0ee
commit
e7742bfb7c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user