FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void ConnectionPFmini::HandleReadTimeout
(
const bs::error_code &
error
)
inline
private
Definition at line
117
of file
pfminictrl.cc
.
References
Error()
, and
str
.
118
{
119
// 125: Operation canceled (bs::error_code(125, bs::system_category))
120
if
(error && error!=ba::error::basic_errors::operation_aborted)
121
{
122
ostringstream
str
;
123
str <<
"Read timeout of "
<< URL() <<
" timed out: "
<< error.message() <<
" ("
<< error <<
")"
;
// << endl;
124
Error
(str);
125
126
PostClose(
false
);
127
return
;
128
}
129
130
if
(!
fReceived
)
131
PostClose(
false
);
132
}
str
char str[80]
Definition:
test_client.c:7
ConnectionPFmini::fReceived
bool fReceived
Definition:
pfminictrl.cc:32
Error
Error()
Definition:
HeadersFTM.h:197
Here is the call graph for this function:
ConnectionPFmini
Generated on Sun Sep 18 2016 20:50:45 for FACT++ by
1.8.11