ERP5SyncML: remove misuse of Transfer-Encoding: chunked
Julien Muchembled authored
We do not chunk at this level.

Neither our code nor requests encodes the body this way
and waitress (WSGI) considers the request is corrupted.

It worked so far because Medusa ignores this header field.
d10401d8