[ 
https://issues.apache.org/jira/browse/SCB-897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16606231#comment-16606231
 ] 

ASF GitHub Bot commented on SCB-897:
------------------------------------

wujimin commented on a change in pull request #895: [SCB-897] Support max 
initial line length config
URL: 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/895#discussion_r215733432
 
 

 ##########
 File path: 
integration-tests/it-consumer/src/main/java/org/apache/servicecomb/it/ConsumerMain.java
 ##########
 @@ -110,6 +113,9 @@ private static void testStandalone() throws Throwable {
     ITJUnitUtils.runWithHighwayAndRest(TestTrace.class);
     ITJUnitUtils.run(TestTraceEdge.class);
     ITJUnitUtils.runWithHighwayAndRest(TestParamCodec.class);
+    ITJUnitUtils.run(TestParamCodecEdge.class);
+
+    ITJUnitUtils.runWithTransports(Collections.singletonList(Const.RESTFUL), 
TestRestServerConfig.class);
 
 Review comment:
   create a new method: runWithRest

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Support config rest server max initial line length
> --------------------------------------------------
>
>                 Key: SCB-897
>                 URL: https://issues.apache.org/jira/browse/SCB-897
>             Project: Apache ServiceComb
>          Issue Type: Improvement
>            Reporter: YaoHaishi
>            Assignee: YaoHaishi
>            Priority: Major
>
> Currently the http request first line length is limited to 4096 on provider 
> side.
> We need to provide a config item for user to specify it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to