You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.
'boost::asio::basic_socket::cancel': By default, this function always fails with operation_not_supported when used on Windows XP, Windows Server 2003, or earlier. Consult documentation for details.
test C:\lib\simplewebserver\client_http.hpp 129
The text was updated successfully, but these errors were encountered:
Aha, so this is a warning since cancel with error code is deprecated. I'll have to look into all the changes that has been made, and other deprecations that have been made. I know that also asio::io_service has been renamed to asio::io_context.
Will look through this during the summer, and make the necessary changes to remove deprecated warnings and still support older systems.
warning C4996
'boost::asio::basic_socket::cancel': By default, this function always fails with operation_not_supported when used on Windows XP, Windows Server 2003, or earlier. Consult documentation for details.
test C:\lib\simplewebserver\client_http.hpp 129
The text was updated successfully, but these errors were encountered: