mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
removed extra space from trace output 'Send data'
This commit is contained in:
parent
7df5677b46
commit
0210b3c893
@ -2186,7 +2186,7 @@ int my_trace(CURL *handle, curl_infotype type,
|
||||
text = "=> Send header";
|
||||
break;
|
||||
case CURLINFO_DATA_OUT:
|
||||
text = "=> Send data ";
|
||||
text = "=> Send data";
|
||||
break;
|
||||
case CURLINFO_HEADER_IN:
|
||||
text = "<= Recv header";
|
||||
|
Loading…
Reference in New Issue
Block a user