Browse Source

Update Undertow to 1.0.0.Beta24

This has a number of performance fixes, including reducing the size of some
hot methods to allow them to be inlined, and connection balancing so that
connections are more evenly distributed between IO threads.
Stuart Douglas 11 years ago
parent
commit
065cc14156
1 changed files with 1 additions and 1 deletions
  1. 1 1
      undertow/pom.xml

+ 1 - 1
undertow/pom.xml

@@ -13,7 +13,7 @@
         <dependency>
             <groupId>io.undertow</groupId>
             <artifactId>undertow-core</artifactId>
-            <version>1.0.0.Beta20</version>
+            <version>1.0.0.Beta24</version>
         </dependency>
         <dependency>
             <groupId>org.jboss.xnio</groupId>