stalary commented on code in PR #9295:
URL: https://github.com/apache/incubator-doris/pull/9295#discussion_r860715348


##########
fe/fe-core/src/main/java/org/apache/doris/httpv2/HttpServer.java:
##########
@@ -41,10 +41,18 @@ public class HttpServer extends 
SpringBootServletInitializer {
     private int selectors;
     private int maxHttpPostSize ;
     private int workers;
-
+    private int maxHttpHeaderSize;
     private int minThreads;
     private int maxThreads;
 
+    public int getMaxHttpHeaderSize () {
+        return maxHttpHeaderSize;
+    }
+
+    public void setMaxHttpHeaderSize ( int maxHttpHeaderSize ) {

Review Comment:
   need format



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to