Re: PUT files and HTTP::Tiny ( chunked transfert )

2016-08-06 Thread sven falempin
upgraded to more recent version, nginx/1.10.1, with CVE same result :-( On Sat, Aug 6, 2016 at 3:44 PM, sven falempin wrote: > nginx version: nginx/1.9.10 > > On Sat, Aug 6, 2016 at 3:21 PM, Robert Paprocki > wrote: >> What version of nginx are you running? This sounds similar to a bug >> (actu

Re: PUT files and HTTP::Tiny ( chunked transfert )

2016-08-06 Thread sven falempin
nginx version: nginx/1.9.10 On Sat, Aug 6, 2016 at 3:21 PM, Robert Paprocki wrote: > What version of nginx are you running? This sounds similar to a bug (actually > a CVE because it resulted in a segfault) that was patched in 1.10.1 stable > branch, and modern 1.11 versions as well. > > >> On A

Re: PUT files and HTTP::Tiny ( chunked transfert )

2016-08-06 Thread Robert Paprocki
What version of nginx are you running? This sounds similar to a bug (actually a CVE because it resulted in a segfault) that was patched in 1.10.1 stable branch, and modern 1.11 versions as well. > On Aug 6, 2016, at 10:36, sven falempin wrote: > > Dear Nginx List Readers, > > I am trying to

PUT files and HTTP::Tiny ( chunked transfert )

2016-08-06 Thread sven falempin
Dear Nginx List Readers, I am trying to send files to nginx dav mod with perl. When using simple transfer with one big chunk in the BODY it s ok. But if i want to send the file chunk by chunk, i have issue. I am trying to figure out if the error is on nginx or perl client https://github.com/cha