From: Ralf Ertzinger Date: Sat, 12 Apr 2014 16:26:23 +0000 (+0200) Subject: Base: do not parse HTTP headers X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=videosite.git;a=commitdiff_plain;h=9891a6eaf82748eaa1837ede2680d76ccf1a7802 Base: do not parse HTTP headers --- diff --git a/videosite/Base.pm b/videosite/Base.pm index 6f686f5..1244bc6 100644 --- a/videosite/Base.pm +++ b/videosite/Base.pm @@ -156,6 +156,7 @@ sub ua { $ua = LWP::UserAgent->new( 'agent' => 'Mozilla/5.0', 'cookie_jar' => HTTP::Cookies->new, + 'parse_head' => 0, 'timeout' => 15, );