Shoothzj commented on code in PR #2806:
URL: 
https://github.com/apache/servicecomb-java-chassis/pull/2806#discussion_r866690674


##########
transports/transport-rest/transport-rest-vertx/src/test/java/org/apache/servicecomb/transport/rest/vertx/TestTransportConfig.java:
##########
@@ -215,7 +215,7 @@ public void testHttp2Setting() {
     ArchaiusUtils.setProperty("servicecomb.rest.server.http2.maxFrameSize", 
65535);
     Assert.assertEquals(65535, TransportConfig.getMaxFrameSize());
 
-    Assert.assertEquals(Integer.MAX_VALUE, 
TransportConfig.getMaxHeaderListSize());
+    Assert.assertEquals(8192, TransportConfig.getMaxHeaderListSize());

Review Comment:
   @liubao68 create https://github.com/apache/servicecomb-docs/pull/268 to 
follow this



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to