mirror of
https://github.com/apache/druid.git
synced 2025-02-17 15:35:56 +00:00
unnecessary arguments
This commit is contained in:
parent
df59d2acb4
commit
863929d550
@ -98,7 +98,7 @@ public class AsyncQueryForwardingServlet extends HttpServlet
|
||||
protected void doGet(HttpServletRequest req, HttpServletResponse res)
|
||||
throws ServletException, IOException
|
||||
{
|
||||
final AsyncContext asyncContext = req.startAsync(req, res);
|
||||
final AsyncContext asyncContext = req.startAsync();
|
||||
asyncContext.setTimeout(0);
|
||||
|
||||
final HttpResponseHandler<ServletOutputStream, ServletOutputStream> responseHandler =
|
||||
|
Loading…
x
Reference in New Issue
Block a user