fix merging
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
8b605c63af
commit
76d3ffbe08
|
@ -63,7 +63,7 @@ public class AsyncRestServlet extends AbstractRestServlet
|
||||||
{
|
{
|
||||||
super.init(servletConfig);
|
super.init(servletConfig);
|
||||||
|
|
||||||
_client = new HttpClient(new SslContextFactory.Client());
|
_client = new HttpClient();
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue