Simple-Web-Server icon indicating copy to clipboard operation
Simple-Web-Server copied to clipboard

On timeout in client, the error code is operation_aborted instead of the more appropriate asio::error::timed_out

Open andreig1978 opened this issue 7 years ago • 2 comments

andreig1978 avatar Apr 26 '18 13:04 andreig1978

The operation_aborted error code is generated by the socket::cancel function.

eidheim avatar Apr 29 '18 05:04 eidheim

Yes I know, but from the client's perspective it's a little confusing. I'll try to address it and submit a pull request.

andreig1978 avatar May 08 '18 20:05 andreig1978