Differences From:
File
src/main.c
part of check-in
[396cc2a4eb]
- When errors occur during CGI, make sure the error is returned in a
correct CGI reply.
by
drh on
2007-07-30 13:34:35.
[view]
To:
File
src/main.c
part of check-in
[e621b6dbe3]
- Use POST instead of GET for the /xfer method. Other bug fixes in the
URL parser.
by
drh on
2007-07-30 14:28:17.
[view]
@@ -70,8 +70,10 @@
int urlIsFile; /* True if a "file:" url */
char *urlName; /* Hostname for http: or filename for file: */
int urlPort; /* TCP port number for http: */
char *urlPath; /* Pathname for http: */
+ char *urlUser; /* User id for http: */
+ char *urlPasswd; /* Password for http: */
char *urlCanonical; /* Canonical representation of the URL */
const char *zLogin; /* Login name. "" if not logged in. */
int isAnon; /* True if logged in anoymously */