ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-HTTP/HTTP.pm
(Generate patch)

Comparing AnyEvent-HTTP/HTTP.pm (file contents):
Revision 1.73 by root, Fri Dec 31 21:00:36 2010 UTC vs.
Revision 1.74 by root, Fri Dec 31 22:40:54 2010 UTC

722 $redirect = 1; 722 $redirect = 1;
723 } 723 }
724 } 724 }
725 725
726 my $finish = sub { # ($data, $err_status, $err_reason[, $keepalive]) 726 my $finish = sub { # ($data, $err_status, $err_reason[, $keepalive])
727 my $keepalive = pop; 727 my $may_keep_alive = $_[3];
728 728
729 $state{handle}->destroy if $state{handle}; 729 $state{handle}->destroy if $state{handle};
730 %state = (); 730 %state = ();
731 731
732 if (defined $_[1]) { 732 if (defined $_[1]) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines