1
0
Fork 0

Quotes around content subtype. Logica MMC parsing badly. Sigh!

This commit is contained in:
bagyenda 2006-10-19 11:24:09 +00:00
parent 89fbf157c8
commit ea98a5da35
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ int mm7_soapmsg_to_httpmsg(MSoapMsg_t *m, List **hdrs, Octstr **body)
http_destroy_headers(hh);
ctype = octstr_format("multipart/related; type=text/xml; start=\"%S\"",
ctype = octstr_format("multipart/related; type=\"text/xml\"; start=\"%S\"",
envloc);
octstr_destroy(envloc);