diff options
author | thlo <smarttv640@gmail.com> | 2012-12-30 22:13:32 +0100 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2012-12-30 22:13:32 +0100 |
commit | f2334e0c618c9022e82d52ebeb78eeadfc53433d (patch) | |
tree | c1e932ef296088043dd4e30766bc8ecfaaafae5f /vdr-smarttvweb | |
parent | 0286601eabc808a620860badf7e1995956afff48 (diff) | |
download | vdr-plugin-smarttvweb-f2334e0c618c9022e82d52ebeb78eeadfc53433d.tar.gz vdr-plugin-smarttvweb-f2334e0c618c9022e82d52ebeb78eeadfc53433d.tar.bz2 |
Bug Fix.
Diffstat (limited to 'vdr-smarttvweb')
-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 |