fixed broken example
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@573869 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8dbfedcf0a
commit
260091f9f9
|
@ -136,7 +136,7 @@ public class ManagerConnectProxy {
|
|||
System.out.println("receiving response body (ignored)");
|
||||
conn.receiveResponseEntity(connected);
|
||||
|
||||
conn.tunnelCreated(false, getParams());
|
||||
conn.tunnelTarget(false, getParams());
|
||||
|
||||
System.out.println("layering secure connection");
|
||||
conn.layerProtocol(ctx, getParams());
|
||||
|
|
Loading…
Reference in New Issue