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;
|
streamname = Movie;
|
||||||
inited = false;
|
inited = false;
|
||||||
ss.close();
|
ss.close();
|
||||||
if (handler == HANDLER_PROGRESSIVE){
|
if (inited && handler == HANDLER_PROGRESSIVE){
|
||||||
#if DEBUG >= 4
|
#if DEBUG >= 4
|
||||||
printf("Progressive-mode reconnect impossible - disconnecting.\n");
|
printf("Progressive-mode reconnect impossible - disconnecting.\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue