removed URL size restrictions

This commit is contained in:
Daniel Stenberg 2000-11-20 08:53:21 +00:00
parent b2ad1f68cc
commit 42280e95bf
4 changed files with 24 additions and 6 deletions

View file

@ -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;