am e250c220: Merge "We accidentally always aborted after 10 secs, even if the connection was fine." into gingerbread
Merge commit 'e250c220d1bb3bd117641add94ee7465a82f085c' into gingerbread-plus-aosp * commit 'e250c220d1bb3bd117641add94ee7465a82f085c': We accidentally always aborted after 10 secs, even if the connection was fine.
This commit is contained in:
@@ -480,9 +480,8 @@ struct MyHandler : public AHandler {
|
|||||||
{
|
{
|
||||||
if (mFirstAccessUnit) {
|
if (mFirstAccessUnit) {
|
||||||
LOG(WARNING) << "Never received any data, disconnecting.";
|
LOG(WARNING) << "Never received any data, disconnecting.";
|
||||||
|
(new AMessage('abor', id()))->post();
|
||||||
}
|
}
|
||||||
(new AMessage('abor', id()))->post();
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user