aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/clickhouse/src/Server/HTTPHandler.h
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-12-09 10:11:16 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-12-09 10:33:35 +0300
commitfa9347ea5cf4447897b525032be9a711cc3dc583 (patch)
tree4f3d4f493e4cfb43a3c8b5f7e279621c41e0e978 /contrib/clickhouse/src/Server/HTTPHandler.h
parentf82bfd2a08a51c4815a4cde64974f819ed4f7128 (diff)
downloadydb-fa9347ea5cf4447897b525032be9a711cc3dc583.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/clickhouse/src/Server/HTTPHandler.h')
-rw-r--r--contrib/clickhouse/src/Server/HTTPHandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/clickhouse/src/Server/HTTPHandler.h b/contrib/clickhouse/src/Server/HTTPHandler.h
index 5eda592753..94b5a44f10 100644
--- a/contrib/clickhouse/src/Server/HTTPHandler.h
+++ b/contrib/clickhouse/src/Server/HTTPHandler.h
@@ -62,6 +62,8 @@ private:
bool finalized = false;
+ bool exception_is_written = false;
+
inline bool hasDelayed() const
{
return out_maybe_delayed_and_compressed != out_maybe_compressed;