Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
andriy-dmytruk committed Oct 17, 2024
1 parent 5736bc2 commit 3923f7b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ protected void handleSingleRequest(
response.status(HttpStatus.BAD_REQUEST);
response.contentType(MediaType.TEXT_PLAIN_TYPE);
response.getOutputStream().write(e.getMessage().getBytes());
// Reset the buffer
sessionInputBuffer = null;
}
writeResponse(response.getNativeResponse(), out);
}
Expand Down

0 comments on commit 3923f7b

Please sign in to comment.