conn_http_progressive: remove unused vars
This commit is contained in:
parent
90e1ba7308
commit
becd4715c3
1 changed files with 0 additions and 7 deletions
|
@ -31,14 +31,7 @@ namespace Connector_HTTP{
|
|||
Socket::Connection ss(-1);
|
||||
std::string streamname;
|
||||
FLV::Tag tag;///< Temporary tag buffer.
|
||||
std::string recBuffer = "";
|
||||
|
||||
std::string Movie;
|
||||
std::string Quality;
|
||||
int Segment = -1;
|
||||
int ReqFragment = -1;
|
||||
int temp;
|
||||
int Flash_RequestPending = 0;
|
||||
unsigned int lastStats = 0;
|
||||
conn.setBlocking(false);//do not block on conn.spool() when no data is available
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue