MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / HttpConnection

Method HttpConnection

Libraries/Http/HttpConnection.cpp:271–275  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------------- HttpConnection -------------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

269// HttpConnection
270//-------------------------------------------------------------------------------------------------------
271HttpConnection::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
277void HttpConnection::reset()
278{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected