connection: don't send DEAD-NOTIFICATIONS on sync SENDs
authorDavid Herrmann <dh.herrmann@gmail.com>
Thu, 23 Oct 2014 10:20:06 +0000 (12:20 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Thu, 23 Oct 2014 10:20:06 +0000 (12:20 +0200)
commit64d04a705fa9c731cdca440303fa52b8ab30f9a1
treea28f3b189b66de27817016f315c427a92a3db1a1
parenta8adec5ddeb21dae91bab180abf3e2dc879f9102
connection: don't send DEAD-NOTIFICATIONS on sync SENDs

If we synchronously send messages, we never queue notifications on the
sender if a timeout or reset occurs. Fix the DEAD_DESTINATION handling to
not queue such messages either.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
connection.c