fixed merge

This commit is contained in:
Greg Wilkins 2014-08-29 16:03:32 +10:00
parent 5507e267ae
commit a4debf68c4
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public class IdleTimeoutHandler extends HandlerWrapper
@Override
public void handle(String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
{
final HttpChannel<?> channel = baseRequest.getHttpChannel();
final HttpChannel channel = baseRequest.getHttpChannel();
final long idle_timeout=baseRequest.getHttpChannel().getIdleTimeout();
channel.setIdleTimeout(_idleTimeoutMs);