delete stream by id for HTTP interface

This commit is contained in:
orignal 2020-03-04 15:54:09 -05:00
parent 8dae044600
commit 1e9a53da3f
4 changed files with 21 additions and 0 deletions

View file

@ -281,6 +281,7 @@ namespace client
// for HTTP only
std::vector<std::shared_ptr<const i2p::stream::Stream> > GetAllStreams () const;
bool DeleteStream (uint32_t recvStreamID);
};
class RunnableClientDestination: private i2p::util::RunnableService, public ClientDestination