diff options
Diffstat (limited to 'vdr-smarttvweb/httpresource.c')
-rw-r--r-- | vdr-smarttvweb/httpresource.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vdr-smarttvweb/httpresource.c b/vdr-smarttvweb/httpresource.c index 653a2fa..629659d 100644 --- a/vdr-smarttvweb/httpresource.c +++ b/vdr-smarttvweb/httpresource.c @@ -142,7 +142,6 @@ int cHttpResource::checkStatus() { time_t now = time(NULL); switch (mConnState) { - case SERVING: case WAITING: case READHDR: case READPAYLOAD: @@ -157,6 +156,8 @@ int cHttpResource::checkStatus() { case TOCLOSE: return ERROR; break; + case SERVING: + break; } // check for how much time the |