MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getExpectContinue

Method getExpectContinue

base/poco/Net/src/HTTPRequest.cpp:261–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259
260
261bool HTTPRequest::getExpectContinue() const
262{
263 const std::string& expect = get(EXPECT, EMPTY);
264 return !expect.empty() && icompare(expect, "100-continue") == 0;
265}
266
267
268void HTTPRequest::setExpectContinue(bool expectContinue)

Callers 5

runMethod · 0.80
processQueryMethod · 0.80
runMethod · 0.80
drainRequestIfNeededFunction · 0.80

Calls 3

getFunction · 0.50
icompareFunction · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected