mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-24 00:17:18 +00:00
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);
|
||||
|
||||
_client = new HttpClient(new SslContextFactory.Client());
|
||||
_client = new HttpClient();
|
||||
|
||||
try
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user