diff options
author | methodus <methodus@web.de> | 2012-12-01 19:06:52 +0100 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-12-01 19:06:52 +0100 |
commit | 5338b6f476b2ec1f12327907c2522ff07999a9c3 (patch) | |
tree | bd70708167446400b2780a5202f5dee35e22f96e /httptnt | |
parent | 0bc51c7bb1b2779193f06b4cdfb3db4ba2a0c39b (diff) | |
download | vdr-plugin-upnp-5338b6f476b2ec1f12327907c2522ff07999a9c3.tar.gz vdr-plugin-upnp-5338b6f476b2ec1f12327907c2522ff07999a9c3.tar.bz2 |
Fixed static access of setKeepAliveTimeout
Diffstat (limited to 'httptnt')
-rw-r--r-- | httptnt/resourceStreamer.ecpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/httptnt/resourceStreamer.ecpp b/httptnt/resourceStreamer.ecpp index d978b04..e143f93 100644 --- a/httptnt/resourceStreamer.ecpp +++ b/httptnt/resourceStreamer.ecpp @@ -38,8 +38,6 @@ using namespace upnp; int code = HTTP_OK; string codeText = "OK"; - // DLNA requires KeepAlive timeout of 60s. - tnt::HttpReply::setKeepAliveTimeout(60000); reply.setContentType(streamer->GetContentType()); reply.setHeader("friendlyName.dlna.org ", server->GetServerDescription().friendlyName); reply.setHeader("contentFeatures.dlna.org ", streamer->GetContentFeatures()); |