mirror of
https://github.com/curl/curl.git
synced 2026-07-28 21:53:06 +03:00
removed URL size restrictions
This commit is contained in:
parent
b2ad1f68cc
commit
42280e95bf
4 changed files with 24 additions and 6 deletions
|
|
@ -327,7 +327,7 @@ CURLcode http(struct connectdata *conn)
|
|||
}
|
||||
if ((data->bits.httpproxy) && !(conn->protocol&PROT_HTTPS)) {
|
||||
/* The path sent to the proxy is in fact the entire URL */
|
||||
strncpy(ppath, data->url, URL_MAX_LENGTH-1);
|
||||
ppath = data->url;
|
||||
}
|
||||
if(data->bits.http_formpost) {
|
||||
/* we must build the whole darned post sequence first, so that we have
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue