/[mldonkey]/mldonkey/src/networks/gnutella/gnutellaRedirector.ml
ViewVC logotype

Diff of /mldonkey/src/networks/gnutella/gnutellaRedirector.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by spiralvoice, Sun Mar 20 01:41:30 2005 UTC revision 1.9 by spiralvoice, Thu Sep 1 00:04:12 2005 UTC
# Line 67  let connect_urlfile () = Line 67  let connect_urlfile () =
67            H.req_url = Url.of_string url;            H.req_url = Url.of_string url;
68            H.req_proxy = !CommonOptions.http_proxy;            H.req_proxy = !CommonOptions.http_proxy;
69            H.req_user_agent =            H.req_user_agent =
70            Printf.sprintf "MLdonkey/%s" Autoconf.current_version;            Printf.sprintf "MLDonkey/%s" Autoconf.current_version;
71          } in          } in
72        if !verbose then        if !verbose then
73          lprintf "Connecting Gnutella %s\n" url;          lprintf "Connecting Gnutella %s\n" url;
# Line 111  let connect_hostfile _ = Line 111  let connect_hostfile _ =
111            H.req_url = Url.of_string url;            H.req_url = Url.of_string url;
112            H.req_proxy = !CommonOptions.http_proxy;            H.req_proxy = !CommonOptions.http_proxy;
113            H.req_user_agent =            H.req_user_agent =
114            Printf.sprintf "MLdonkey/%s" Autoconf.current_version;            Printf.sprintf "MLDonkey/%s" Autoconf.current_version;
115          } in          } in
116        if !verbose then        if !verbose then
117          lprintf "Connecting Gnutella %s\n" url;          lprintf "Connecting Gnutella %s\n" url;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26