mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-04 12:59:30 +00:00
Fixed infinite recursive loop.
This commit is contained in:
parent
b0a3d031aa
commit
830557f018
@ -878,7 +878,7 @@ public class HttpClient extends AggregateLifeCycle implements HttpBuffers, Attri
|
|||||||
@Deprecated
|
@Deprecated
|
||||||
public void setProvider(String provider)
|
public void setProvider(String provider)
|
||||||
{
|
{
|
||||||
setProvider(provider);
|
_sslContextFactory.setProvider(provider);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------ */
|
/* ------------------------------------------------------------ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user