[libanyevent-rabbitmq-perl] 56/151: Do not set reply_to to an empty string in the header frame.

Damyan Ivanov dmn at moszumanska.debian.org
Thu Jan 16 11:03:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to annotated tag debian/1.12-1
in repository libanyevent-rabbitmq-perl.

commit a8ad493674be5731b2a39029e662d418096efc40
Author: Johannes Plunien <johannes.plunien at xing.com>
Date:   Wed Jun 30 13:29:21 2010 +0200

    Do not set reply_to to an empty string in the header frame.
---
 Changes                          | 2 ++
 lib/AnyEvent/RabbitMQ/Channel.pm | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index fe83628..8dc43d2 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Perl extension RabbitFoot
 
+        - Do not set reply_to to an empty string in the header frame.
+
 1.02    Wed Jun 30 11:35:32 2010
         - Fix errors in global destruction due to destruction order being
           random.
diff --git a/lib/AnyEvent/RabbitMQ/Channel.pm b/lib/AnyEvent/RabbitMQ/Channel.pm
index b3fb0ed..4711622 100644
--- a/lib/AnyEvent/RabbitMQ/Channel.pm
+++ b/lib/AnyEvent/RabbitMQ/Channel.pm
@@ -325,7 +325,6 @@ sub _header {
                 delivery_mode    => 1,
                 priority         => 1,
                 correlation_id   => '',
-                reply_to         => '',
                 expiration       => '',
                 message_id       => '',
                 timestamp        => time,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libanyevent-rabbitmq-perl.git



More information about the Pkg-perl-cvs-commits mailing list