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.84 by root, Sun Jan 2 05:13:27 2011 UTC vs.
Revision 1.85 by root, Sun Jan 2 05:31:56 2011 UTC

36 36
37=cut 37=cut
38 38
39package AnyEvent::HTTP; 39package AnyEvent::HTTP;
40 40
41use strict; 41use common::sense;
42no warnings;
43 42
44use Errno (); 43use Errno ();
45 44
46use AnyEvent 5.0 (); 45use AnyEvent 5.0 ();
47use AnyEvent::Util (); 46use AnyEvent::Util ();
777 }; 776 };
778 777
779 $ae_error = 597; # body phase 778 $ae_error = 597; # body phase
780 779
781 my $len = $hdr{"content-length"}; 780 my $len = $hdr{"content-length"};
782 warn "no content $redirect x<$len>$hdr{Status}\n";#d#
783 781
784 # body handling, many different code paths 782 # body handling, many different code paths
785 # - no body expected 783 # - no body expected
786 # - want_body_handle 784 # - want_body_handle
787 # - te chunked 785 # - te chunked

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines