mirror of
https://github.com/boostorg/beast.git
synced 2026-07-07 17:00:46 +02:00
32dbfb283b
fix #325 This removes unused and misleading handshake error codes. All semantic handshake failures are now reported using the same code, error::handshake_failed. Errors originating from stream operations still use the underlying stream error codes (for example: boost::asio::error::connection_reset).