1--- com/kenai/jbosh/BOSHClient.java 2010-01-13 20:57:36.000000000 +0100 2+++ com/kenai/jbosh/BOSHClient.java 2010-02-04 17:40:45.678169320 +0100 3@@ -232,7 +232,7 @@ 4 * HTTPSender instance. 5 */ 6 private final HTTPSender httpSender = 7- ServiceLib.loadService(HTTPSender.class); 8+ new ApacheHTTPSender(); 9 10 /** 11 * Storage for test hook implementation. 12