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.49 by root, Wed Aug 5 16:23:48 2009 UTC vs.
Revision 1.50 by root, Tue Aug 11 13:20:42 2009 UTC

702 }); 702 });
703 } else { 703 } else {
704 &$handle_actual_request; 704 &$handle_actual_request;
705 } 705 }
706 706
707 }, sub { 707 }, $arg{on_prepare} || sub { $timeout };
708 $timeout
709 };
710 }; 708 };
711 709
712 defined wantarray && AnyEvent::Util::guard { %state = () } 710 defined wantarray && AnyEvent::Util::guard { %state = () }
713} 711}
714 712

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines