x_died: Can't handle transfer encoding 'chunked,chunked'

2012-04-12 Thread Kevin Chernoff
(Forgive me if I'm doing this wrong, I haven't used this mailing list before) Jesper; I ran into the same issue and worked around it for now by making a small modification to the referenced Methods.pm: At line 442, right after: elsif ($_ eq identity) { $_ = sub

x_died: Can't handle transfer encoding 'chunked,chunked'

2012-04-12 Thread Kevin Chernoff
(Forgive me if I'm doing this wrong, I haven't used this mailing list before) Jesper; I ran into the same issue and worked around it for now by making a small modification to the referenced Methods.pm: At line 442, right after: elsif ($_ eq identity) { $_ = sub {

x_died: Can't handle transfer encoding 'chunked,chunked'

2012-01-18 Thread Jesper Persson
::UserAgent; my $request = HTTP::Request-new('GET'); $request-url('http://www.virk.dk'); my $response = $ua-request($request); my $x_died = $response-header(X-Died); print x_died: $x_died\n; ^D x_died: Can't handle transfer encoding 'chunked,chunked' at C:/Perl64/site/lib/Net/HTTP/Methods.pm line 443