| 324 | } |
| 325 | |
| 326 | void HttpConnectionBase::resetTransportStreams() |
| 327 | { |
| 328 | readableTransportStream = &readableSocketStream; |
| 329 | writableTransportStream = &writableSocketStream; |
| 330 | } |
| 331 | |
| 332 | void HttpConnectionBase::reset() |
| 333 | { |
no outgoing calls
no test coverage detected