Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
171
BOOL 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
ClientThread
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected