--- AnyEvent-HTTP/HTTP.pm 2008/10/24 01:25:54 1.31 +++ AnyEvent-HTTP/HTTP.pm 2008/10/27 11:09:54 1.33 @@ -106,8 +106,8 @@ pseudo-header C contains the original URL (which can differ from the requested URL when following redirects). -If the server sends a header multiple lines, then their contents will be -joined together with a command (C<,>). +If the server sends a header multiple times, then their contents will be +joined together with a comma (C<,>), as per the HTTP spec. If an internal error occurs, such as not being able to resolve a hostname, then C<$data> will be C, C<< $headers->{Status} >> will be C<599> @@ -374,7 +374,7 @@ # handle actual, non-tunneled, request my $handle_actual_request = sub { -# $state{handle}->starttls ("connect") if $uscheme eq "https"; + $state{handle}->starttls ("connect") if $uscheme eq "https"; # send request $state{handle}->push_write (