connects interrupt's error handling

This commit is contained in:
Peter Thorson
2013-01-06 08:49:55 -06:00
parent 21eb1bbd35
commit 266ceafa26

View File

@@ -122,9 +122,9 @@ public:
}
std::cout << "CALL con->interrupt() HERE!!" << std::endl;
//con->interrupt();
ec = con->interrupt();
ec = lib::error_code();
//ec = lib::error_code();
}
void interrupt(connection_hdl hdl) {