mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Support shard downloading via HTTP or HTTPS
This commit is contained in:
committed by
Nik Bougalis
parent
a8d481c2a5
commit
2bba79138f
@@ -25,7 +25,7 @@ DatabaseDownloader::DatabaseDownloader(
|
||||
boost::asio::io_service& io_service,
|
||||
beast::Journal j,
|
||||
Config const& config)
|
||||
: SSLHTTPDownloader(io_service, j, config)
|
||||
: HTTPDownloader(io_service, j, config)
|
||||
, config_(config)
|
||||
, io_service_(io_service)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user