rabbitmq / rabbitmq-amqp1.0

AMQP 1.0 support for RabbitMQ
https://www.rabbitmq.com/
Other
93 stars 20 forks source link

Write SASL Outcome frame on auth failure #49

Closed kjnilsson closed 7 years ago

kjnilsson commented 7 years ago

The AMQP 1.0 protocol has a clearly defined protocol for terminating connections and we should follow this rather than just terminating the socket. We still include a sleep to try to mitigate DOS attacks.

Fixes #47

kjnilsson commented 7 years ago

Hold merge as this includes changes in a separate outstanding PR #48

kjnilsson commented 7 years ago

Removed a required commit from the other PR so that it is only included here.