mirror of
https://github.com/curl/curl.git
synced 2026-07-29 21:28:07 +03:00
Cleaned up hostname/name/gname and path/ppath confusion. Removed the fixed-
length limit of the hostname part of the URL.
This commit is contained in:
parent
111a2f3057
commit
b7a7600465
8 changed files with 85 additions and 79 deletions
|
|
@ -1150,8 +1150,8 @@ CURLcode Curl_http(struct connectdata *conn)
|
|||
CURLcode result=CURLE_OK;
|
||||
struct HTTP *http;
|
||||
struct Cookie *co=NULL; /* no cookies from start */
|
||||
char *ppath = conn->ppath; /* three previous function arguments */
|
||||
char *host = conn->name;
|
||||
char *ppath = conn->path;
|
||||
char *host = conn->hostname;
|
||||
const char *te = ""; /* tranfer-encoding */
|
||||
char *ptr;
|
||||
char *request;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue