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…
x
Reference in New Issue
Block a user