Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2010-03-16 15:31:20 +0000
committerSimone Bordet2010-03-16 15:31:20 +0000
commitf9329e1a33f3a51ca7a810e19de2fa9eb337c2fb (patch)
tree8d0e1b9f217f461734fb68fcbe7a4b747226cbfe /VERSION.txt
parenta4b09b44daac8145ee042f3450676fbccbf4c963 (diff)
downloadorg.eclipse.jetty.project-f9329e1a33f3a51ca7a810e19de2fa9eb337c2fb.tar.gz
org.eclipse.jetty.project-f9329e1a33f3a51ca7a810e19de2fa9eb337c2fb.tar.xz
org.eclipse.jetty.project-f9329e1a33f3a51ca7a810e19de2fa9eb337c2fb.zip
Fixes #306028 (Enable TCP_NODELAY by default in client connectors).
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1385 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/VERSION.txt b/VERSION.txt
index f1520378a5..7a2c7cce44 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -47,6 +47,7 @@ jetty-7.0.2.RC0
+ Added IPAccessHandler
+ Updated Servlet3Continuation to final 3.0.20100224
+ 305997 Coalesce buffers in ChannelEndPoint.flush()
+ + 306028 Enable TCP_NODELAY by default in client connectors
jetty-7.0.1.v20091125 25 November 2009
+ 274251 DefaultServlet supports exact match mode.

Back to the top