Skip to content

Commit

Permalink
Fix #10229 Idle Timeout
Browse files Browse the repository at this point in the history
Cleanup downcasting
  • Loading branch information
gregw committed Aug 10, 2023
1 parent e0e12ec commit 8ee428a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,6 @@ else if (ExceptionUtil.areNotAssociated(cause, x))
ResponseUtils.ensureConsumeAvailableOrNotPersistent(_servletContextRequest, _servletContextRequest.getServletContextResponse());
}


// RFC 7230, section 3.3.
if (!_servletContextRequest.isHead() &&
getServletContextResponse().getStatus() != HttpStatus.NOT_MODIFIED_304 &&
Expand Down

0 comments on commit 8ee428a

Please sign in to comment.