Tar gz shenanigans in a location

2016-09-22 Thread sven falempin
Nginx readers, i have a webdav like server that serv files, and access it through nginx, it is actually a subversion repo, so the files (and directory) are listed in an ugly html page, not recursively. /directory/files1 /directory/files2 [..] I am fishing for ideas to do something like location

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

2016-08-07 Thread sven falempin
On Sun, Aug 7, 2016 at 9:27 AM, Maxim Dounin wrote: > Hello! > > On Sat, Aug 06, 2016 at 01:36:41PM -0400, sven falempin wrote: > >> 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. >&g

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 sound

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

2016-08-06 Thread sven falempin
> > >> On Aug 6, 2016, at 10:36, sven falempin wrote: >> >> 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 wan

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