bug#32528: http-post breaks with XML response payload containing boundary

2018-08-28 Thread Mark H Weaver
Ricardo Wurmus writes: > I’m having a problem with http-post and I think it might be a bug. I’m > talking to a Debbugs SOAP service over HTTP by sending (via POST) an XML > request. The Debbugs SOAP service responds with a string of XML. > > Here’s a simplified version of what I do: > > (use-

bug#32528: http-post breaks with XML response payload containing boundary

2018-08-28 Thread Mark H Weaver
Mark H Weaver writes: > Ricardo Wurmus writes: > >> I’m having a problem with http-post and I think it might be a bug. I’m >> talking to a Debbugs SOAP service over HTTP by sending (via POST) an XML >> request. The Debbugs SOAP service responds with a string of XML. [...] > The problem is simp