Skip to content

Commit 015d23f

Browse files
committed
reoved version prefix
1 parent 8158044 commit 015d23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/handlers/client/addressing.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ WsAddressingClientHandler.prototype.send = function(ctx, callback) {
2222
*/
2323
if (ctx.replyTo !== undefined){
2424
var reply = utils.appendElement(doc, header, this.version, consts.addressing_prefix + ":ReplyTo", null)
25-
utils.appendElement(doc, reply, this.version, consts.addressing_prefix + ":Address", this.version + ctx.replyTo)
25+
utils.appendElement(doc, reply, this.version, consts.addressing_prefix + ":Address", ctx.replyTo)
2626
}
2727

2828
ctx.request = doc.toString()

0 commit comments

Comments
 (0)