[
https://issues.apache.org/jira/browse/PROTON-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15151232#comment-15151232
]
ASF GitHub Bot commented on PROTON-1133:
----------------------------------------
GitHub user ganeshmurthy opened a pull request:
https://github.com/apache/qpid-proton/pull/66
PROTON-1133 - Remove the port from the connection hostname before cal…
…ling pn_post_frame()
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ganeshmurthy/qpid-proton PROTON-1133-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/qpid-proton/pull/66.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #66
----
commit 702d0bb1248049332e4d4b1da30ee466fcc4bc32
Author: Ganesh Murthy <[email protected]>
Date: 2016-02-16T18:13:31Z
PROTON-1133 - Remove the port from the connection hostname before calling
pn_post_frame()
----
> Proton C includes port number in AMQP Open hostname
> ---------------------------------------------------
>
> Key: PROTON-1133
> URL: https://issues.apache.org/jira/browse/PROTON-1133
> Project: Qpid Proton
> Issue Type: Bug
> Affects Versions: 0.12.0
> Reporter: Chuck Rolke
>
> A command like:
> {noformat}
> qdmanage -b amqp://u1:password@photoserver:21000 --type policyStats query
> {noformat}
> sends the port number in the hostname field of the AMQP Open:
> {noformat}
> Mon Feb 8 11:37:46 2016 SERVER (trace) [2]:0 <- @open(16)
> [container-id="34e49947-b4df-4a01-9570-0a74e9e57b5b",
> hostname="photoserver:21000", channel-max=32767]
> (/home/chug/git/qpid-dispatch/src/server.c:75)
> {noformat}
> Built in C example code using Proton only does the same thing.
> This bug originally reported at
> https://issues.apache.org/jira/browse/DISPATCH-214
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)