diff --git a/lib/savon/operation.rb b/lib/savon/operation.rb index 00e40d87..506e627a 100644 --- a/lib/savon/operation.rb +++ b/lib/savon/operation.rb @@ -109,10 +109,6 @@ def build_request(builder) request.headers["MIME-Version"] = "1.0" end - # TODO: could HTTPI do this automatically in case the header - # was not specified manually? [dh, 2013-01-04] - request.headers["Content-Length"] = request.body.bytesize.to_s - request end