File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
test/org/apache/tomcat/util/net/ocsp Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030import org .apache .tomcat .util .net .TesterSupport ;
3131
3232/*
33- * The OpenSSL ocsp tool is great. But is does generate a lot of output. That needs to be swallowed else the
34- * process will freeze with the output buffers (stdout and stderr) are full.
33+ * The OpenSSL ocsp tool is great, but it does generate a lot of output. That output needs to be swallowed, else the
34+ * process will freeze when the output buffers (stdout and stderr) are full.
3535 *
36- * There is a command line option to redirect stdout (which could be redirected to /dev/null) but there is no option to
36+ * There is a command line option to redirect stdout (which could be redirected to /dev/null), but there is no option to
3737 * redirect stderr. Therefore, this class uses a couple of dedicated threads to read stdout and stderr. By default, the
38- * output is ignored but it can be dumped to Java's stdout/stderr if required for debugging purposes.
38+ * output is ignored, but it can be dumped to Java's stdout/stderr if required for debugging purposes.
3939 */
4040public class TesterOcspResponder {
4141
You can’t perform that action at this time.
0 commit comments