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

Method THttpServerConn

library/cpp/http/server/conn.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44};
45
46THttpServerConn::THttpServerConn(const TSocket& s)
47 : THttpServerConn(s, s.MaximumTransferUnit())
48{
49}
50
51THttpServerConn::THttpServerConn(const TSocket& s, size_t outputBufferSize)
52 : Impl_(new TImpl(s, outputBufferSize))

Callers

nothing calls this directly

Calls 1

MaximumTransferUnitMethod · 0.80

Tested by

no test coverage detected