mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 12:22:12 +00:00
3fdc04428e
To check the socket status, try to read one byte from socket in a non-blocking way: 0 - client closed the connection >= 1 - client send more data, we are ignoring this case for now timeout - normal case, client is waiting for response ... - socket broken? Dirty, but should do the job. Limiting to readonly queries as I don't want to mess with alter queries / insert select and others. |
||
---|---|---|
.. | ||
AggregateFunctions | ||
Client | ||
Columns | ||
Common | ||
Compression | ||
Core | ||
Databases | ||
DataStreams | ||
DataTypes | ||
Dictionaries | ||
Formats | ||
Functions | ||
Interpreters | ||
IO | ||
Parsers | ||
Storages | ||
TableFunctions | ||
CMakeLists.txt |