forked from boostorg/beast
Number error codes from 1 (fix #54)
This commit is contained in:
@@ -16,8 +16,10 @@ namespace websocket {
|
||||
/// Error codes returned from @ref stream operations.
|
||||
enum class error
|
||||
{
|
||||
success = 0,
|
||||
|
||||
/// Both sides performed a WebSocket close
|
||||
closed = 1,
|
||||
closed,
|
||||
|
||||
/// WebSocket connection failed, protocol violation
|
||||
failed,
|
||||
|
||||
Reference in New Issue
Block a user