mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:53:43 +03:00
removed extra space from trace output 'Send data'
This commit is contained in:
parent
7df5677b46
commit
0210b3c893
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue