| 145 | } |
| 146 | |
| 147 | u32 HttpConnection::getReconnectAttempts() const { |
| 148 | return mReconnectAttempts; |
| 149 | } |
| 150 | |
| 151 | bool HttpConnection::isTimedOut(u32 currentTimeMs) const { |
| 152 | if (mState != ConnectionState::CONNECTED) { |
no outgoing calls
no test coverage detected