in reply to File not posted to a HTTPS website

BTW the Content-Length header value was wrong message seems to be just a warning, not an error message.

You don't seem to send exactly 1024 bytes, but you explicitly set the length to 1024. So LWP::Protocol:http corrects that value, and tells you so in a warning.

Replies are listed 'Best First'.
Re^2: File not posted to a HTTPS website
by KarthikK (Sexton) on Nov 07, 2007 at 11:18 UTC
    i even removed this line but still getting the same warning/error