summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@kcbbs.gen.nz>2009-05-12 06:28:36 +0100
committerTony Garnock-Jones <tonyg@kcbbs.gen.nz>2009-05-12 06:28:36 +0100
commitefc0f1ddc3a677434869258e62da90d00fa177cd (patch)
tree3f209ba25911d9a760ba3ed41ffb8676f4da12fa /TODO
parent7f2f5663d5a4b8c80e12d47608aa33241677d101 (diff)
downloadrabbitmq-c-efc0f1ddc3a677434869258e62da90d00fa177cd.tar.gz
Notes on plans for error handling.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index bc9c795..f6b1624 100644
--- a/TODO
+++ b/TODO
@@ -1,2 +1,6 @@
Deal with version-mismatch-header received from the server
+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.