Skip to content

Commit

Permalink
FISH-9112 : turning back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
luiseufrasio committed Aug 15, 2024
1 parent 5d7e937 commit 28f9c0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public HttpHandler getHttpService() {
@Override
public void service(Request req, Response res) {
RestLogging.restLogger.log(Level.FINER, "Received resource request: {0}", req.getRequestURI());

try {
res.setCharacterEncoding(Constants.ENCODING);
if (latch.await(20L, TimeUnit.SECONDS)) {
Expand Down

0 comments on commit 28f9c0e

Please sign in to comment.