Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Feb 6, 2022
1 parent 30b93c3 commit 4c1c8ef
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ private static int runPersistentWorker() throws Exception {
return 0;
}

/**
* Processes the request for the given args and writes the captured byte array buffer to the
* WorkRequestHandler print writer.
*/
private static int processRequest(List<String> args, PrintWriter pw, ByteArrayOutputStream buf) {
int exitCode;
try {
Expand Down

0 comments on commit 4c1c8ef

Please sign in to comment.