------------------------------------------------------------------------------------------------------- HttpConnection -------------------------------------------------------------------------------------------------------
| 269 | // HttpConnection |
| 270 | //------------------------------------------------------------------------------------------------------- |
| 271 | HttpConnection::HttpConnection() |
| 272 | { |
| 273 | // This is needed on Linux so that ReadableSocketStream constructor don't need to be exported |
| 274 | // in order to be used across plugin boundaries. |
| 275 | } |
| 276 | |
| 277 | void HttpConnection::reset() |
| 278 | { |
nothing calls this directly
no outgoing calls
no test coverage detected