mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:53:33 +03:00
removed URL size restrictions
This commit is contained in:
parent
b2ad1f68cc
commit
42280e95bf
4 changed files with 24 additions and 6 deletions
|
|
@ -175,7 +175,7 @@ struct connectdata {
|
|||
char proto[64];
|
||||
char gname[256];
|
||||
char *name;
|
||||
char path[URL_MAX_LENGTH];
|
||||
char *path; /* formerly staticly this size: URL_MAX_LENGTH */
|
||||
char *ppath;
|
||||
long bytecount;
|
||||
struct timeval now;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue