[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[jetty-commit] [Git@Eclipse] Jetty: primary project repository branch jetty-9 updated. jetty-8.1.5.v20120716-574-g12a3333
|
- From: genie@xxxxxxxxxxx (Simone Bordet)
- Date: Fri, 27 Jul 2012 17:32:45 -0400 (EDT)
- Delivered-to: jetty-commit@eclipse.org
The branch, jetty-9 has been updated
via 12a3333632bd0ce967e5325e3b0a5a448695072c (commit)
via 2dcee671e1ac027f9469960ba73aec38dcc1a536 (commit)
from ec34eabf8bdd91b23dc44bf7bf1c6380ac66b02d (commit)
- Log -----------------------------------------------------------------
commit 12a3333632bd0ce967e5325e3b0a5a448695072c
Author: Simone Bordet <simone.bordet@xxxxxxxxx>
Date: Fri Jul 27 23:31:34 2012 +0200
Jetty9 - Better implementation for onOpen().
Removed the set of the clientMode, since this needs to be set by the creator of the SslConnection,
depending whether is a client or a server.
Also, always calling super.onOpen() to call fillInterested(), even on client side, because it will need
to read the server SSL handshake.
Finally, removed the delegated call to onOpen() to the application connection. This is already done
by the creator of the application connection.
commit 2dcee671e1ac027f9469960ba73aec38dcc1a536
Author: Simone Bordet <simone.bordet@xxxxxxxxx>
Date: Fri Jul 27 23:28:27 2012 +0200
Jetty9 - Removed leftover debug statement.
-----------------------------------------------------------------------
Summary of changes:
.../org/eclipse/jetty/io/ssl/SslConnection.java | 31 +++++++-------------
.../org/eclipse/jetty/spdy/StandardSession.java | 5 +--
2 files changed, 13 insertions(+), 23 deletions(-)
hooks/post-receive
--
Jetty: primary project repository