[bug-id] 1580440
[submitted-by] Erik Johansson - erijo [patched-by] Erik Johansson - erijo The SOAP HTTP message that's generated on upnp errors is missing a \r\n\ between header and body. git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@95 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
parent
e9e8ea5636
commit
819ad1f365
@ -230,7 +230,7 @@ send_error_response( IN SOCKINFO * info,
|
|||||||
membuffer_init( &headers );
|
membuffer_init( &headers );
|
||||||
/* -- PATCH START - Sergey 'Jin' Bostandzhyan <jin_eld at users.sourceforge.net> */
|
/* -- PATCH START - Sergey 'Jin' Bostandzhyan <jin_eld at users.sourceforge.net> */
|
||||||
if( http_MakeMessage( &headers, major, minor,
|
if( http_MakeMessage( &headers, major, minor,
|
||||||
"RNsDsSXc" "sssss",
|
"RNsDsSXcc" "sssss",
|
||||||
500,
|
500,
|
||||||
content_length,
|
content_length,
|
||||||
ContentTypeHeader,
|
ContentTypeHeader,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user