Re: [Twisted-Python] reading multipart/form-data headers

2016-08-16 Thread Burak Arslan
On 08/12/16 12:58, Burak Arslan wrote: > Do you think I can get away > with relying on mmap here? So I'll go with the usual "don't touch it from the reactor thread" and I guess I'll be good :) Cheers, Burak ___ Twisted-Python mailing list Twisted-Pyt

Re: [Twisted-Python] reading multipart/form-data headers

2016-08-12 Thread Burak Arslan
Hey Adi, hey Glyph, Thanks a lot for your answers. On 08/12/16 12:28, Adi Roiban wrote: > On 11 August 2016 at 21:52, Glyph Lefkowitz wrote: >> Thanks for using Twisted, and sorry about this shortcoming. Nothing to be sorry about, twisted is made of man-years of good work. Once you twist your

Re: [Twisted-Python] reading multipart/form-data headers

2016-08-12 Thread Adi Roiban
On 11 August 2016 at 21:52, Glyph Lefkowitz wrote: > On Aug 11, 2016, at 8:55 AM, Burak Arslan > wrote: > > Hello All, > > You can find a sample HTTP POST request using HTTP multipart/form-data at > the end of this message. > > The server that handles this request is using twisted so I end up wit

Re: [Twisted-Python] reading multipart/form-data headers

2016-08-11 Thread Glyph Lefkowitz
> On Aug 11, 2016, at 8:55 AM, Burak Arslan wrote: > > Hello All, > > You can find a sample HTTP POST request using HTTP multipart/form-data at the > end of this message. > > The server that handles this request is using twisted so I end up with a > Request object. Is there a way I can extrac