[GitHub] qpid-proton pull request: PROTON-1126 - Allowed setting connection...

2016-02-18 Thread ganeshmurthy
Github user ganeshmurthy closed the pull request at: https://github.com/apache/qpid-proton/pull/64 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

[GitHub] qpid-proton pull request: PROTON-1126 - Allowed setting connection...

2016-02-04 Thread grs
Github user grs commented on a diff in the pull request: https://github.com/apache/qpid-proton/pull/64#discussion_r51931699 --- Diff: tests/python/proton_tests/utils.py --- @@ -72,6 +76,24 @@ def wait(self): self.event.wait(self.timeout) +class ConnPrope

[GitHub] qpid-proton pull request: PROTON-1126 - Allowed setting connection...

2016-02-04 Thread grs
Github user grs commented on a diff in the pull request: https://github.com/apache/qpid-proton/pull/64#discussion_r51931488 --- Diff: proton-c/bindings/python/proton/__init__.py --- @@ -2445,10 +2445,10 @@ def wrap(impl): else: return Connection(impl) -

[GitHub] qpid-proton pull request: PROTON-1126 - Allowed setting connection...

2016-02-04 Thread grs
Github user grs commented on a diff in the pull request: https://github.com/apache/qpid-proton/pull/64#discussion_r51931527 --- Diff: proton-c/bindings/python/proton/reactor.py --- @@ -671,7 +671,11 @@ def connect(self, url=None, urls=None, address=None, handler=None, reconnect=Non

[GitHub] qpid-proton pull request: PROTON-1126 - Allowed setting connection...

2016-02-04 Thread grs
Github user grs commented on a diff in the pull request: https://github.com/apache/qpid-proton/pull/64#discussion_r51931427 --- Diff: proton-c/bindings/python/proton/__init__.py --- @@ -2445,10 +2445,10 @@ def wrap(impl): else: return Connection(impl) -

[GitHub] qpid-proton pull request: PROTON-1126 - Allowed setting connection...

2016-02-04 Thread ganeshmurthy
GitHub user ganeshmurthy opened a pull request: https://github.com/apache/qpid-proton/pull/64 PROTON-1126 - Allowed setting connection properties, offered_capabili… …ties and desired_capabilities on BlockingConnection You can merge this pull request into a Git repository by runn