Files
gerrit/java/com/google
Edwin Kempin 0d00bf69d9 RestApiServlet: Ignore exceptions when trying to consume the rest of the input
When parsing the request we have a finally block to ensure that all of
the request input was consumed. Trying to consume the rest of the input
may fail if the request was cancelled. If the request is cancelled an
exception is thrown while parsing the request, but we don't get that
exception because the finally block triggers another exception.

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: Ib9ac3d7d9015a362a393af784c26b0f4fffebea4
2020-01-17 11:29:39 +01:00
..