Opened 5 years ago
Closed 4 years ago
#13483 closed Bugs (obsolete)
Beast: closing websocket stream throws "short read" exception
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | To Be Determined | Component: | None |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
My websocket client using Beast library commit 4d660a5e throws a exception "short read" when closes a handshaked ssl websocket stream with (the stream object).close(boost::beast::websocket::close_code::none);
the error message: terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error> >'
what(): short read
Note:
See TracTickets
for help on using tickets.
Moved to https://github.com/boostorg/beast/issues/1123