Blame TODO

Packit Service 64969d
Deal with version-mismatch-header received from the server
Packit Service 64969d
Packit Service 64969d
Cope with unknown frame types better. Currently it gets horribly
Packit Service 64969d
confused about frame lengths.
Packit Service 64969d
Packit Service 64969d
Make client brutal by default, killing the program on any amqp
Packit Service 64969d
error. Only if the user disables this behaviour will the user get to
Packit Service 64969d
deal with error conditions themselves. Make use of amqp_rpc_reply
Packit Service 64969d
consistent (i.e. universal), and rename it something like amqp_errno.