MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / ~HTTPIOS

Method ~HTTPIOS

base/poco/Net/src/HTTPStream.cpp:77–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76
77HTTPIOS::~HTTPIOS()
78{
79 try
80 {
81 _buf.close();
82 }
83 catch (...)
84 {
85 }
86}
87
88
89HTTPStreamBuf* HTTPIOS::rdbuf()

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected