From c338977f53b803842f9dbb1353a70dc2f6e83d8f Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Sun, 7 Dec 2014 12:55:45 -0500 Subject: [PATCH] Update package.xml for Bug #67170 --- package.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/package.xml b/package.xml index 194abd8..65d5598 100644 --- a/package.xml +++ b/package.xml @@ -22,6 +22,7 @@ This extension allows php applications to communicate with any Stomp compliant M - Fix stomp_read_frame when buffered (Pierrick) - 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)