* Cancel the current download. */
| 749 | * Cancel the current download. |
| 750 | */ |
| 751 | void ClientNetworkContentSocketHandler::Cancel(void) |
| 752 | { |
| 753 | this->is_cancelled = true; |
| 754 | this->CloseConnection(); |
| 755 | } |
| 756 | |
| 757 | /** |
| 758 | * Check whether we received/can send some data from/to the content server and |
no test coverage detected