Skip to content

Tags: streadway/amqp

Tags

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #535 from nemith/master

Add deprecation warning to go.mod

v1.0.0

Toggle v1.0.0's commit message
Test a mock connection over real TLS

Refactors the TLS test to satisfy a complete TLS+AMQP handshake instead
of only checking for the initial frame.

This will either timeout on server accepting a connection (no TLS) or
the test failing (end to end).

Lints the startTlsServer for go1.11