int -> ssize_t for socker recv and send
This commit is contained in:
@ -60,7 +60,7 @@ namespace ix
|
||||
uint16_t code;
|
||||
std::string reason;
|
||||
|
||||
WebSocketCloseInfo(uint64_t c = 0,
|
||||
WebSocketCloseInfo(uint16_t c = 0,
|
||||
const std::string& r = std::string())
|
||||
: code(c)
|
||||
, reason(r)
|
||||
|
Reference in New Issue
Block a user