Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ sendContinue
Method
sendContinue
src/Server/HTTP/HTTPServerResponse.cpp:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
void HTTPServerResponse::sendContinue()
22
{
23
Poco::Net::HTTPHeaderOutputStream hs(session);
24
hs << getVersion() <<
" 100 Continue\r\n\r\n"
;
25
}
26
27
std::shared_ptr<std::ostream> HTTPServerResponse::send()
28
{
Callers
1
run
Method · 0.80
Calls
1
getVersion
Function · 0.85
Tested by
no test coverage detected