wrong order in parameters corrected
git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@482 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
parent
78f5e5004f
commit
34b5a5ce90
@ -2,6 +2,10 @@
|
||||
Version 1.8.0
|
||||
*******************************************************************************
|
||||
|
||||
2009-03-06 Oxygenic <oxygenic(at)users.sourceforge.net>
|
||||
* parameter problem fixed in soap_request_and_response(), 2nd call to
|
||||
http_RequestAndResponse() was wrong (thanks to Kim Kyungsan)
|
||||
|
||||
2008-06-27 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
|
||||
* Nicholas Kraft's patch to fix some IPv6 copy/paste issues. He
|
||||
reported to be getting infinite loops with the svn code.
|
||||
|
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user