Author: markt
Date: Mon Jun 5 17:24:53 2017
New Revision: 1797677
URL: http://svn.apache.org/viewvc?rev=1797677&view=rev
Log:
Remove temporary debug code
Modified:
tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java
Modified: tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java?rev=1797677&r1=1797676&r2=1797677&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java
(original)
+++ tomcat/trunk/test/org/apache/coyote/http2/TestHttp2Section_5_3.java Mon Jun
5 17:24:53 2017
@@ -16,9 +16,6 @@
*/
package org.apache.coyote.http2;
-import java.util.logging.Level;
-import java.util.logging.LogManager;
-
import org.junit.Assert;
import org.junit.Test;
@@ -53,10 +50,6 @@ public class TestHttp2Section_5_3 extend
@Test
public void testWeighting() throws Exception {
- // Temporary debug logging for server side code that allocates capacity
- // to streams to debug BZ 58659
-
LogManager.getLogManager().getLogger(Http2UpgradeHandler.class.getName()).setLevel(Level.ALL);
-
http2Connect();
// Default connection window size is 64k - 1. Initial request will have
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]