@sergey-safarov commented on this pull request.


In modules/kazoo/kz_amqp.c:

> @@ -684,8 +684,6 @@ int kz_amqp_add_connection(modparam_t type, void* val)
 
     if(newConn->info.vhost == NULL) {
     	newConn->info.vhost = KZ_URL_ROOT;
-    } else if(newConn->info.vhost[0] == '/' && strlen(newConn->info.vhost) == 1) { // bug in amqp_parse_url ?
-    	newConn->info.vhost++;

But this prevents to use rabbitmq-c lib 0.8.0
With this strings kazoo module cannot connect to rabbitmq-server


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.