mirror of
https://github.com/curl/curl.git
synced 2026-04-21 12:22:13 +03:00
Fix typo.
This commit is contained in:
parent
6fe932b255
commit
33831759b5
1 changed files with 1 additions and 1 deletions
|
|
@ -1614,7 +1614,7 @@ CURLcode Curl_http(struct connectdata *conn, bool *done)
|
|||
struct HTTP *http;
|
||||
char *ppath = data->reqdata.path;
|
||||
char *host = conn->host.name;
|
||||
const char *te = ""; /* tranfer-encoding */
|
||||
const char *te = ""; /* transfer-encoding */
|
||||
char *ptr;
|
||||
char *request;
|
||||
Curl_HttpReq httpreq = data->set.httpreq;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue