MCPcopy Create free account
hub / github.com/SOUI2/soui / IsComplete

Method IsComplete

demo/httpsvr/HTTPServer.cpp:171–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169
170
171BOOL CHTTPServer::IsComplete(string szRequest)
172{
173 if(szRequest.substr(szRequest.size() - 4, 4) == "\r\n\r\n")
174 return TRUE;
175 else
176 return FALSE;
177}
178
179
180

Callers 1

ClientThreadMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected