MCPcopy Create free account
hub / github.com/catboost/catboost / SendContinue

Method SendContinue

library/cpp/http/io/stream.cpp:512–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510 }
511
512 inline void SendContinue() {
513 Output_->Write("HTTP/1.1 100 Continue\r\n\r\n");
514 Output_->Flush();
515 }
516
517 inline void Write(const void* buf, size_t len) {
518 if (Finished_) {

Callers

nothing calls this directly

Calls 2

WriteMethod · 0.45
FlushMethod · 0.45

Tested by

no test coverage detected