Commit 2c1c5a51 authored by Konstantin Pavlov's avatar Konstantin Pavlov

UPNP: Allow SOAP responses of arbitrary size.

parent cbfb5395
......@@ -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 ) );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment