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

Function HttpAsyncClientConnection

Libraries/Http/HttpAsyncClient.h:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 : public HttpStaticConnection<ReadQueue, WriteQueue, HeaderBytes, StreamBytes, 8, HttpConnectionBase>
34{
35 static constexpr int ExtraBuffers = 8;
36
37 HttpAsyncClientConnection()
38 {
39 this->readableSocketStream.setAutoDestroy(false);
40 this->writableSocketStream.setAutoDestroy(false);
41 }
42};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected