Fix special build check

This commit is contained in:
kssenii 2021-10-03 16:49:02 +00:00
parent 0cb7193fde
commit dbc114e6fc

View File

@ -119,7 +119,7 @@ namespace
std::make_unique<ReadWriteBufferFromHTTP>(
request_uri,
method,
std::move(callback),
callback,
timeouts,
context->getSettingsRef().max_http_get_redirects,
Poco::Net::HTTPBasicCredentials{},