MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / CHttpBlockingSocket

Method CHttpBlockingSocket

deps/FtpClient/BlockingSocket.cpp:390–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388///////////////////////////////////////////////////////////////////////////////////////
389
390CHttpBlockingSocket::CHttpBlockingSocket()
391{
392 m_pReadBuf = new char[nSizeRecv];
393 m_nReadBuf = 0;
394}
395
396CHttpBlockingSocket::~CHttpBlockingSocket()
397{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected