You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by bo...@apache.org on 2015/03/13 22:40:52 UTC

[1/2] qpid-proton git commit: PROTON-838: proton-hawtdispatch cannot connect with SSL

Repository: qpid-proton
Updated Branches:
  refs/heads/master 695f8e5b9 -> b2f04180d


PROTON-838: proton-hawtdispatch cannot connect with SSL

Remove one of calls to transport.connecting() as this causes
an assert with SslTransport


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/f8ca35f3
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/f8ca35f3
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/f8ca35f3

Branch: refs/heads/master
Commit: f8ca35f3e007b99e0a5365e154e067840adcefb0
Parents: 695f8e5
Author: Bozo Dragojevic <bo...@digiverse.si>
Authored: Fri Mar 13 14:01:35 2015 +0100
Committer: Bozo Dragojevic <bo...@digiverse.si>
Committed: Fri Mar 13 22:39:29 2015 +0100

----------------------------------------------------------------------
 .../org/apache/qpid/proton/hawtdispatch/impl/AmqpTransport.java     | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/f8ca35f3/contrib/proton-hawtdispatch/src/main/java/org/apache/qpid/proton/hawtdispatch/impl/AmqpTransport.java
----------------------------------------------------------------------
diff --git a/contrib/proton-hawtdispatch/src/main/java/org/apache/qpid/proton/hawtdispatch/impl/AmqpTransport.java b/contrib/proton-hawtdispatch/src/main/java/org/apache/qpid/proton/hawtdispatch/impl/AmqpTransport.java
index 9ea048b..bc3ec2e 100644
--- a/contrib/proton-hawtdispatch/src/main/java/org/apache/qpid/proton/hawtdispatch/impl/AmqpTransport.java
+++ b/contrib/proton-hawtdispatch/src/main/java/org/apache/qpid/proton/hawtdispatch/impl/AmqpTransport.java
@@ -167,7 +167,6 @@ public class AmqpTransport extends WatchBase {
         transport.setSendBufferSize(options.getSendBufferSize());
         transport.setTrafficClass(options.getTrafficClass());
         transport.setUseLocalHost(options.isUseLocalHost());
-        transport.connecting(host, options.getLocalAddress());
 
         transport.setTransportListener(new DefaultTransportListener(){
             public void onTransportConnected() {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org


[2/2] qpid-proton git commit: This closes #12

Posted by bo...@apache.org.
This closes #12


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/b2f04180
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/b2f04180
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/b2f04180

Branch: refs/heads/master
Commit: b2f04180d7589298fded1cae7707727c13c28ea4
Parents: 695f8e5 f8ca35f
Author: Bozo Dragojevic <bo...@digiverse.si>
Authored: Fri Mar 13 22:40:18 2015 +0100
Committer: Bozo Dragojevic <bo...@digiverse.si>
Committed: Fri Mar 13 22:40:18 2015 +0100

----------------------------------------------------------------------
 .../org/apache/qpid/proton/hawtdispatch/impl/AmqpTransport.java     | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org