- Timestamp:
- Sep 28, 2006, 2:33:02 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/upnp.c
r943 r944 1223 1223 if( NULL != http ) 1224 1224 { 1225 tr_httpAddHeader( http, "Content-type", "text/xml" ); 1225 tr_httpAddHeader( http, "Content-type", 1226 "text/xml; encoding=\"utf-8\"" ); 1226 1227 tr_httpAddHeader( http, "SOAPAction", action->action ); 1227 1228 if( retry ) … … 1230 1231 } 1231 1232 tr_httpAddBody( http, 1233 "<?xml version=\"1.0\" encoding=\"utf-8\" ?>" 1232 1234 "<s:Envelope" 1233 1235 " xmlns:s=\"" SOAP_ENVELOPE "\""
Note: See TracChangeset
for help on using the changeset viewer.