Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
HTTPIOS::~HTTPIOS()
78
{
79
try
80
{
81
_buf.close();
82
}
83
catch (...)
84
{
85
}
86
}
87
88
89
HTTPStreamBuf* HTTPIOS::rdbuf()
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected