b2bua
b2bua copied to clipboard
Mulipart fixes
had the problem that there is multipart payloads out there, where you have multiple headers in a mixed/multipart body where also "Content-Type" is not the first entry (example in the unit test) Changed the code, so that it remembers all headers, and uses the one with the name content-type to create the MsgBody part.
Hope thats OK.