savonrb / savon

Heavy metal SOAP client
https://www.savonrb.com
MIT License
2.07k stars 616 forks source link

Remove Content-Length computing #1008

Open Ezveus opened 5 months ago

Ezveus commented 5 months ago

What kind of change is this?

Remove an old TODO.

Did you add tests for your changes?

TODO.

Summary of changes

Modern versions of HTTPI already do this and some servers do not like having two headers Content-Length (even with same value).