From 026798d7c402f7ede08cfa70612ef8e97246df1b Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Sun, 7 Dec 2014 13:03:31 -0500 Subject: [PATCH] Update package.xml for merged #68497 --- package.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/package.xml b/package.xml index 65d5598..073ee3a 100644 --- a/package.xml +++ b/package.xml @@ -23,6 +23,7 @@ This extension allows php applications to communicate with any Stomp compliant M - Fixed bug #59217 (Connections to RabbitMQ via CLI). (Pierrick). - Fixed bug #59970 (acking a message makes rabbitmq disconnect the server). (Pierrick) - Fixed bug #67170 (Disable Nagle's Algorithm with TCP_NODELAY, it delays sending small messages). (Yarek Tyshchenko) +- Fixed bug #68497 (Stomp client doesn't parse ERROR response on CONNECT). (Lorenzo Fontana)