Revision: 4670 http://sourceforge.net/p/vexi/code/4670 Author: mkpg2 Date: 2014-03-07 18:06:04 +0000 (Fri, 07 Mar 2014) Log Message: ----------- Switch to jre_http by default.
Modified Paths: -------------- branches/vexi3/org.vexi-library.net/src/main/jpp/org/ibex/net/HTTPFactory.jpp Modified: branches/vexi3/org.vexi-library.net/src/main/jpp/org/ibex/net/HTTPFactory.jpp =================================================================== --- branches/vexi3/org.vexi-library.net/src/main/jpp/org/ibex/net/HTTPFactory.jpp 2014-03-05 13:34:16 UTC (rev 4669) +++ branches/vexi3/org.vexi-library.net/src/main/jpp/org/ibex/net/HTTPFactory.jpp 2014-03-07 18:06:04 UTC (rev 4670) @@ -6,15 +6,15 @@ public class HTTPFactory { static public HTTP create(Logger logger, String url) throws IOException { - //#ifdef JRE_HTTP - return JreHTTP.create(logger, url); + //#ifdef ORIG_HTTP +// return url.startsWith("stdio:") ? OrigHTTP.stdio : (HTTP)new OrigHTTP_reconnect(logger, url); //#else //# ifdef APACHE_HTTP - //return ApacheHTTP.create(logger, url); +// return ApacheHTTP.create(logger, url); //# else - return url.startsWith("stdio:") ? OrigHTTP.stdio : (HTTP)new OrigHTTP_reconnect(logger, url); + return JreHTTP.create(logger, url); //# endif APACHE_HTTP - //#endif JRE_HTTP; + //#endif ORIG_HTTP; } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get hassle-free workflows. Merge that actually works. Faster operations. Version large binaries. Built-in WAN optimization and the freedom to use Git, Perforce or both. Make the move to Perforce. http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn