Blame TODO

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