Add missing attributes tags
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 21 Mar 2009 18:51:43 +0000 (18:51 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 21 Mar 2009 18:51:43 +0000 (18:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@756988 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/http.xml

index 55ad3c8..133e651 100644 (file)
     </attribute>
 
   </attributes>
+  </subsection>
   <subsection name="Java TCP socket attributes">
-  
+    <attributes>
       <attribute name="socket.rxBufSize" required="false">
         <p>(int)The socket receive buffer (SO_RCVBUF) size in bytes. JVM default
         used if not set.</p>
         All three performance attributes must be set else the JVM defaults will
         be used for all three.</p>
       </attribute>      
-  
-
-  </subsection>
-
+    </attributes>
   </subsection>
   
-    <subsection name="Nio Implementation">
+  <subsection name="Nio Implementation">
 
     <p>The NIO connector exposes all the low level socket properties that can be used to tune the connector.
     Most of these attributes are directly linked to the socket implementation in the JDK so you can find out