diff stream/url.h @ 32553:c44141d4e443

Do not keep authentication in URL on connection through a proxy
author cboesch
date Sun, 21 Nov 2010 16:52:22 +0000
parents ce0122361a39
children 31a65f4ca3bb
line wrap: on
line diff
--- a/stream/url.h	Sun Nov 21 12:25:44 2010 +0000
+++ b/stream/url.h	Sun Nov 21 16:52:22 2010 +0000
@@ -27,6 +27,7 @@
 
 typedef struct {
 	char *url;
+	char *noauth_url;
 	char *protocol;
 	char *hostname;
 	char *file;