It might be interesting to force CPAN::Mini::Webserver to set HTTP::Server::Simple's protocol to "HTTP/1.1" and see if it works with HTTP::Tiny then.
It may not. Just because one tells HTTP::Server::Simple to use 1.1 doesn't mean it actually follows the spec. David On Wed, Apr 13, 2016 at 9:30 AM, Alceu Rodrigues de Freitas Junior via cpan-testers-discuss <[email protected]> wrote: > Hello David, > > Em 12-04-2016 00:02, David Golden escreveu: > >> HTTP::Tiny does only HTTP/1.1, not HTTP/1.0. >> >> > I suspected that. > > I think it is OK considering the design decisions of HTTP::Tiny and > CPAN::Mini::Webserver. > > Anyway, CPAN::Mini::Webserver is also not able to server the find_ls.gz, > even thought it is available on my local minicpan. I think I'll with a > regular webserver (Nginx) and make the repository available from there. > > Regards, > > -- David Golden <[email protected]> Twitter/IRC/Github: @xdg
