Merge branch 'brotli' of https://github.com/fandyushin/ClickHouse into brotli

This commit is contained in:
Mikhail Fandyushin 2019-02-11 00:53:17 +03:00
commit b6c8a892a8
2 changed files with 4 additions and 2 deletions

View File

@ -65,4 +65,5 @@ bool BrotliReadBuffer::nextImpl()
return true; return true;
} }
} }

View File

@ -35,4 +35,5 @@ private:
bool eof; bool eof;
}; };
} }