| 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 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected