summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2023-02-06 00:11:00 +0000
committerAlan Antonuk <alan.antonuk@gmail.com>2023-02-05 19:31:11 -0500
commit35c4ef1e11aac420c44bad0523a71898c672c82a (patch)
treef93f5d74b4e5b2fe2ba0495a721d6de8e05d1be8 /TODO
parent6b18de011dec16d99ae37277fd9852ccf515d63e (diff)
downloadrabbitmq-c-35c4ef1e11aac420c44bad0523a71898c672c82a.tar.gz
Remove obsolete TODO file.
This file is long obsolete. Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 0 insertions, 9 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index 179d297..0000000
--- a/TODO
+++ /dev/null
@@ -1,9 +0,0 @@
-Deal with version-mismatch-header received from the server
-
-Cope with unknown frame types better. Currently it gets horribly
-confused about frame lengths.
-
-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.