WIP, Remote Client/Server, fist working transcode
This commit is contained in:
@@ -38,6 +38,8 @@ class Connection : public std::enable_shared_from_this<Connection>
|
||||
void stop();
|
||||
|
||||
private:
|
||||
bool _closing;
|
||||
|
||||
/// Handle completion of a read operation.
|
||||
void handleReadHeader(const boost::system::error_code& e,
|
||||
std::size_t bytes_transferred);
|
||||
|
||||
Reference in New Issue
Block a user