OMFG! No wonder we have been having stack overflows

git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@554173 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2007-07-07 10:26:24 +00:00
parent ef0368e4fc
commit 2bb2e2b4f4
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ public class DefaultClientConnection extends SocketHttpClientConnection
// non-javadoc, see interface OperatedClientConnection
public final Socket getSocket() {
return getSocket(); // base class attribute
return super.getSocket(); // base class attribute
}