Author: dkulp
Date: Thu Aug  2 20:17:45 2012
New Revision: 1368686

URL: http://svn.apache.org/viewvc?rev=1368686&view=rev
Log:
Couple more notes of stuff to fix

Modified:
    
cxf/sandbox/dkulp_async_clients/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncHTTPConduit.java

Modified: 
cxf/sandbox/dkulp_async_clients/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncHTTPConduit.java
URL: 
http://svn.apache.org/viewvc/cxf/sandbox/dkulp_async_clients/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncHTTPConduit.java?rev=1368686&r1=1368685&r2=1368686&view=diff
==============================================================================
--- 
cxf/sandbox/dkulp_async_clients/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncHTTPConduit.java
 (original)
+++ 
cxf/sandbox/dkulp_async_clients/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncHTTPConduit.java
 Thu Aug  2 20:17:45 2012
@@ -305,10 +305,12 @@ public class AsyncHTTPConduit extends HT
         }
         
         protected boolean usingProxy() {
+            //FIXME - need to get the Proxy stuff from the connection
             return false;
         }
         
         protected HttpsURLConnectionInfo getHttpsURLConnectionInfo() throws 
IOException {
+            //FIXME - need to get the TLS stuff from the connection
             return null;
         }
         


Reply via email to