finefuture commented on code in PR #14077:
URL: https://github.com/apache/dubbo/pull/14077#discussion_r1603051934


##########
dubbo-config/dubbo-config-spring/src/main/resources/META-INF/dubbo.xsd:
##########
@@ -1134,6 +1134,86 @@
         </xsd:attribute>
     </xsd:complexType>
 
+    <xsd:complexType name="tripleType">
+        <xsd:attribute name="max-body-size" type="xsd:integer" 
default="8388608">
+            <xsd:annotation>
+                <xsd:documentation><![CDATA[ Maximum allowed size for HTTP1 
request bodies. ]]></xsd:documentation>
+            </xsd:annotation>
+        </xsd:attribute>
+
+        <xsd:attribute name="max-response-body-size" type="xsd:integer" 
default="8388608">
+            <xsd:annotation>
+                <xsd:documentation><![CDATA[ Maximum allowed size for HTTP1 
response bodies. ]]></xsd:documentation>
+            </xsd:annotation>
+        </xsd:attribute>
+
+        <xsd:attribute name="max-chunk-size" type="xsd:integer" 
default="8388608">
+            <xsd:annotation>
+                <xsd:documentation><![CDATA[ Set the maximum chunk size. 
]]></xsd:documentation>
+            </xsd:annotation>
+        </xsd:attribute>
+
+        <xsd:attribute name="max-header-size" type="xsd:integer" 
default="8192">
+            <xsd:annotation>
+                <xsd:documentation><![CDATA[ Set the maximum line length of 
header lines. ]]></xsd:documentation>
+            </xsd:annotation>
+        </xsd:attribute>
+
+        <xsd:attribute name="max-initial-line-length" type="xsd:integer" 
default="4096">
+            <xsd:annotation>
+                <xsd:documentation><![CDATA[ Set the maximum length of the 
first line of the HTTP header. ]]></xsd:documentation>
+            </xsd:annotation>
+        </xsd:attribute>
+
+        <xsd:attribute name="initial-buffer-size" type="xsd:integer" 
default="16384">
+            <xsd:annotation>
+                <xsd:documentation><![CDATA[ Set the initial size of the 
temporary buffer used when parsing the lines of the HTTP headers. 
]]></xsd:documentation>
+            </xsd:annotation>
+        </xsd:attribute>
+
+        <xsd:attribute name="header-table-size" type="xsd:integer" 
default="4096">
+            <xsd:annotation>
+                <xsd:documentation><![CDATA[ The header table size. 
]]></xsd:documentation>
+            </xsd:annotation>
+        </xsd:attribute>
+
+        <xsd:attribute name="enable-push" type="xsd:boolean" default="false">
+            <xsd:annotation>
+                <xsd:documentation><![CDATA[ Whether to enable push, default 
is false. ]]></xsd:documentation>
+            </xsd:annotation>
+        </xsd:attribute>
+
+        <xsd:attribute name="max-concurrent-streams" type="xsd:integer" 
default="2147483647">
+            <xsd:annotation>
+                <xsd:documentation><![CDATA[ Maximum concurrent streams 
]]></xsd:documentation>
+            </xsd:annotation>
+        </xsd:attribute>
+
+        <xsd:attribute name="initial-window-size" type="xsd:integer" 
default="8388608">
+            <xsd:annotation>
+                <xsd:documentation><![CDATA[ Whether to enable push, default 
is false. ]]></xsd:documentation>
+            </xsd:annotation>
+        </xsd:attribute>
+
+        <xsd:attribute name="max-frame-size" type="xsd:integer" 
default="8388608">
+            <xsd:annotation>
+                <xsd:documentation><![CDATA[ Maximum concurrent streams 
]]></xsd:documentation>
+            </xsd:annotation>
+        </xsd:attribute>
+
+        <xsd:attribute name="max-header-list-size" type="xsd:integer" 
default="32768">
+            <xsd:annotation>
+                <xsd:documentation><![CDATA[ Maximum header list size. 
]]></xsd:documentation>
+            </xsd:annotation>
+        </xsd:attribute>
+
+        <xsd:attribute name="pass-through-standard-http-headers" 
type="xsd:boolean">

Review Comment:
   Removed.



-- 
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: notifications-unsubscr...@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to