MCPcopy 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
21void HTTPServerResponse::sendContinue()
22{
23 Poco::Net::HTTPHeaderOutputStream hs(session);
24 hs << getVersion() << " 100 Continue\r\n\r\n";
25}
26
27std::shared_ptr<std::ostream> HTTPServerResponse::send()
28{

Callers 1

runMethod · 0.80

Calls 1

getVersionFunction · 0.85

Tested by

no test coverage detected