Fix style

This commit is contained in:
Alexey Milovidov 2021-04-13 22:15:15 +03:00
parent 865b96c412
commit 39d7f50e8a

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# shellcheck disable=SC2046
# In very old (e.g. 1.1.54385) versions of ClickHouse there was a bug in Poco HTTP library: # In very old (e.g. 1.1.54385) versions of ClickHouse there was a bug in Poco HTTP library:
# Basic HTTP authentication headers was not parsed if the size of URL is exactly 4077 + something bytes. # Basic HTTP authentication headers was not parsed if the size of URL is exactly 4077 + something bytes.