Re: [ovs-dev] pwclient XML errors and form feeds

2017-09-04 Thread Stephen Finucane
On Fri, 2017-08-18 at 21:27 +, Mark Michelson wrote: > On Fri, Aug 18, 2017 at 4:09 PM Ben Pfaff wrote: > > > On Mon, Aug 14, 2017 at 09:54:10PM +, Mark Michelson wrote: > > > I debugged the problem further and I now have figured out that the > > > > problem > > > has to do with a form f

Re: [ovs-dev] pwclient XML errors and form feeds

2017-08-18 Thread Mark Michelson
On Fri, Aug 18, 2017 at 4:09 PM Ben Pfaff wrote: > On Mon, Aug 14, 2017 at 09:54:10PM +, Mark Michelson wrote: > > I debugged the problem further and I now have figured out that the > problem > > has to do with a form feed character being present in the patch. The > > Patchwork server places

Re: [ovs-dev] pwclient XML errors and form feeds

2017-08-18 Thread Ben Pfaff
On Mon, Aug 14, 2017 at 09:54:10PM +, Mark Michelson wrote: > I debugged the problem further and I now have figured out that the problem > has to do with a form feed character being present in the patch. The > Patchwork server places the patch text inside an XML 1.0 document; however, > form-fe

Re: [ovs-dev] pwclient XML errors and form feeds

2017-08-18 Thread Ben Pfaff
On Fri, Aug 18, 2017 at 03:48:54PM -0400, Russell Bryant wrote: > On Tue, Aug 15, 2017 at 9:15 AM, Aaron Conole wrote: > > Mark Michelson writes: > > > >> Earlier today on IRC I brought up an error I had while attempting to use > >> pwclient to get a patch from patchwork. Here [1] is the pastebin

Re: [ovs-dev] pwclient XML errors and form feeds

2017-08-18 Thread Russell Bryant
On Tue, Aug 15, 2017 at 9:15 AM, Aaron Conole wrote: > Hi Mark, > > Mark Michelson writes: > >> Earlier today on IRC I brought up an error I had while attempting to use >> pwclient to get a patch from patchwork. Here [1] is the pastebin I linked >> to. At the time, I thought it was due to HTTP ch

Re: [ovs-dev] pwclient XML errors and form feeds

2017-08-15 Thread Aaron Conole
Hi Mark, Mark Michelson writes: > Earlier today on IRC I brought up an error I had while attempting to use > pwclient to get a patch from patchwork. Here [1] is the pastebin I linked > to. At the time, I thought it was due to HTTP chunked encoding being used > and the xmlrpclib or HTTP client li

[ovs-dev] pwclient XML errors and form feeds

2017-08-14 Thread Mark Michelson
Earlier today on IRC I brought up an error I had while attempting to use pwclient to get a patch from patchwork. Here [1] is the pastebin I linked to. At the time, I thought it was due to HTTP chunked encoding being used and the xmlrpclib or HTTP client library not handling that properly. I debugg