Skip Menu |

This queue is for tickets about the libwww-perl CPAN distribution.

Report information
The Basics
Id: 70252
Status: resolved
Priority: 0/
Queue: libwww-perl

People
Owner: Nobody in particular
Requestors: justincase [...] yopmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Don't download entire response content if headers indicate response is a redirect
Since request() only examines the headers to determine if it is a redirect, it should not have to download the entire response content before taking action (making request for redirect or calling response_redirect handler).