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:
parent
ef0368e4fc
commit
2bb2e2b4f4
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue