src/inc/net.h 1.33
1.33 2009/03/03 08:09:46 galt
fixing need for cgiDecode of user and password in url
Index: src/inc/net.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/net.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -b -B -U 4 -r1.32 -r1.33
--- src/inc/net.h 18 Feb 2009 00:32:40 -0000 1.32
+++ src/inc/net.h 3 Mar 2009 08:09:46 -0000 1.33
@@ -119,8 +119,9 @@
void netParseUrl(char *url, struct netParsedUrl *parsed);
/* Parse a URL into components. A full URL is made up as so:
* http://user:password@hostName:port/file;byterange=0-499
+ * User and password may be cgi-encoded.
* This is set up so that the http:// and the port are optional.
*/
int netUrlOpen(char *url);