This commit is contained in:
dr|z3d 2021-09-12 22:50:57 +00:00
commit 874afabf4f
2 changed files with 2 additions and 2 deletions

View file

@ -261,7 +261,7 @@ namespace stream
typedef std::function<void (std::shared_ptr<Stream>)> Acceptor;
StreamingDestination (std::shared_ptr<i2p::client::ClientDestination> owner, uint16_t localPort = 0, bool gzip = true);
StreamingDestination (std::shared_ptr<i2p::client::ClientDestination> owner, uint16_t localPort = 0, bool gzip = false);
~StreamingDestination ();
void Start ();