Definition at line 389 of file ftmctrl.cc.
References Error(), and str.
391 if (error==ba::error::basic_errors::operation_aborted)
397 str <<
"Read timeout of " << URL() <<
": " << error.message() <<
" (" << error <<
")";
416 if (fInTimeout.expires_at() > ba::deadline_timer::traits_type::now())
419 Error(
"Timeout ("+to_simple_string(fInTimeout.expires_from_now())+
") reading data from "+URL());