On Wed, 2005-05-04 at 16:33 -0400, Tim Cheadle wrote:
> --- HTTP.pm.old 2005-05-04 16:31:57.600035522 -0400
> +++ HTTP.pm 2005-05-04 16:32:02.713339216 -0400
> @@ -344,15 +344,6 @@
> );
> }
>
> - # Add a Content-Length header for POSTs
> - if (defined $http_request->method() and $http_request->method() eq
> 'POST') {Any reason not to do this for other methods as well? Martijn
