mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
Fix typo.
This commit is contained in:
parent
6fe932b255
commit
33831759b5
@ -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…
Reference in New Issue
Block a user