HTTP Progressive now works again.
This commit is contained in:
parent
dafe3b5fdd
commit
405b33af77
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ namespace Connector_HTTP{
|
|||
streamname = Movie;
|
||||
inited = false;
|
||||
ss.close();
|
||||
if (handler == HANDLER_PROGRESSIVE){
|
||||
if (inited && handler == HANDLER_PROGRESSIVE){
|
||||
#if DEBUG >= 4
|
||||
printf("Progressive-mode reconnect impossible - disconnecting.\n");
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue