]> git.sesse.net Git - vlc/commitdiff
UPNP: Allow SOAP responses of arbitrary size.
authorKonstantin Pavlov <thresh@videolan.org>
Mon, 4 Jul 2011 06:00:34 +0000 (10:00 +0400)
committerKonstantin Pavlov <thresh@videolan.org>
Thu, 14 Jul 2011 06:52:53 +0000 (10:52 +0400)
modules/services_discovery/upnp.cpp

index afdc9c86149b1aa2f36efccf8253049dc4d61601..3a9b174c6dc8789211d995bab51ceb191649b191 100644 (file)
@@ -136,7 +136,7 @@ static int Open( vlc_object_t *p_this )
         return VLC_EGENERIC;
     }
 
-    i_res = UpnpSetMaxContentLength( 262144 );
+    i_res = UpnpSetMaxContentLength( 0 );
     if( i_res != UPNP_E_SUCCESS )
     {
         msg_Err( p_sd, "Failed to set maximum content length: %s", UpnpGetErrorMessage( i_res ) );