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

Method setChunkedTransferEncoding

base/poco/Net/src/HTTPMessage.cpp:128–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126
127
128void HTTPMessage::setChunkedTransferEncoding(bool flag)
129{
130 if (flag)
131 setTransferEncoding(CHUNKED_TRANSFER_ENCODING);
132 else
133 setTransferEncoding(IDENTITY_TRANSFER_ENCODING);
134}
135
136
137bool HTTPMessage::getChunkedTransferEncoding() const

Callers 15

prepareSubmitMethod · 0.80
connectMethod · 0.80
prepareRequestMethod · 0.80
WriteBufferFromHTTPMethod · 0.80
handleRequestMethod · 0.80
handleRequestMethod · 0.80
serveHTMLMethod · 0.80
handleFunction · 0.80
handleRequestMethod · 0.80
handleRequestMethod · 0.80
handleRequestMethod · 0.80

Calls

no outgoing calls

Tested by 1

handleRequestMethod · 0.64