I have web service with strange server (Server: hpd/1.0.9.2), and it 
always return me  Content-Length: 0 on my request.

my $ua          = Mojo::UserAgent->new;
> my $res  = $ua->get($uri)->res;
>

And $res always empty.

But wget ignore this content-length and show me tight document.

How to ignore this in Mojo:Ua ?

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to