summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonygarnockjones@gmail.com>2010-04-16 10:50:22 +1200
committerTony Garnock-Jones <tonygarnockjones@gmail.com>2010-04-16 10:50:22 +1200
commitc49ffc97f70148fdb7b201d23e39c06a05575b59 (patch)
treef10e0695e7b7b5436f2832d9cb0516a61d62c417 /TODO
parentb0e9e6410bdeb728a31a7bf3b3c92056368112ba (diff)
downloadrabbitmq-c-c49ffc97f70148fdb7b201d23e39c06a05575b59.tar.gz
Note about amqp_pool_alloc
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 179d297..dd6fa3a 100644
--- a/TODO
+++ b/TODO
@@ -7,3 +7,5 @@ Make client brutal by default, killing the program on any amqp
error. Only if the user disables this behaviour will the user get to
deal with error conditions themselves. Make use of amqp_rpc_reply
consistent (i.e. universal), and rename it something like amqp_errno.
+
+Check for NULL returns from amqp_pool_alloc.