--- AnyEvent-HTTP/HTTP.pm 2011/01/02 06:38:32 1.86 +++ AnyEvent-HTTP/HTTP.pm 2011/01/02 08:51:53 1.87 @@ -651,7 +651,7 @@ $hdr{"content-length"} = length $arg{body} if length $arg{body} || $method ne "GET"; - $hdr{connection} = "close TE"; #1.1 + $hdr{connection} = "close Te"; #1.1 $hdr{te} = "trailers" unless exists $hdr{te}; #1.1 my %state = (connect_guard => 1);