Definition at line 131 of file Connection.cc.
References Error(), and str.
Referenced by AsyncWait(), and HandleSentData().
133 if (error==ba::error::basic_errors::operation_aborted)
140 str <<
"Write timeout of " <<
URL() <<
": " << error.message() <<
" (" << error <<
")";
158 if (
fOutTimeout.expires_at() > ba::deadline_timer::traits_type::now())
161 Error(
"fOutTimeout has expired, writing data to "+
URL());
void CloseImp(bool restart=true)
int Error(const std::string &str)
boost::asio::deadline_timer fOutTimeout