Skip to content
Snippets Groups Projects
Commit 4eaffa64 authored by Vojtech Moravec's avatar Vojtech Moravec
Browse files

Log init_qcmp response size.

parent c5ea0f2e
No related branches found
No related tags found
No related merge requests found
...@@ -505,7 +505,9 @@ public class CellHandler extends ContextHandler { ...@@ -505,7 +505,9 @@ public class CellHandler extends ContextHandler {
for (final ICacheFile cacheFile : cachedCodebooks) { for (final ICacheFile cacheFile : cachedCodebooks) {
cacheFile.writeToStream(dos); cacheFile.writeToStream(dos);
} }
LOG.info(String.format("init_qcmp responding with %d bytes", dos.size()));
} // Stream gets closed here. } // Stream gets closed here.
response.setContentType("application/octet-stream"); response.setContentType("application/octet-stream");
response.setStatus(HttpServletResponse.SC_OK); response.setStatus(HttpServletResponse.SC_OK);
baseRequest.setHandled(true); baseRequest.setHandled(true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment