rabbitmq / rabbitmq-amqp1.0-client

Erlang AMQP 1.0 client
Other
20 stars 29 forks source link

Handle transfer frames without deliver_id #13

Closed kjnilsson closed 6 years ago

kjnilsson commented 6 years ago

Fixes bug where continuation frames without a delivery_id were not handled.

Also re-enables tests using the mock server.

Fixes: #11

[#153702031]