Backport of svn revision 482:
wrong order in parameters corrected git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/branches/branch-1.6.x@486 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
@@ -368,8 +368,9 @@ soap_request_and_response( IN membuffer * request,
|
||||
|
||||
// try again
|
||||
ret_code = http_RequestAndResponse( destination_url, request->buf,
|
||||
request->length,
|
||||
HTTPMETHOD_MPOST,
|
||||
request->length, UPNP_TIMEOUT,
|
||||
UPNP_TIMEOUT,
|
||||
response );
|
||||
if( ret_code != 0 ) {
|
||||
httpmsg_destroy( &response->msg );
|
||||
|
Reference in New Issue
Block a user