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:
Roland Weber 2007-09-08 15:57:05 +00:00
parent 8dbfedcf0a
commit 260091f9f9
1 changed files with 1 additions and 1 deletions

View File

@ -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());