From f2334e0c618c9022e82d52ebeb78eeadfc53433d Mon Sep 17 00:00:00 2001 From: thlo Date: Sun, 30 Dec 2012 22:13:32 +0100 Subject: Bug Fix. --- vdr-smarttvweb/httpresource.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vdr-smarttvweb') 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 -- cgit v1.2.3