ERP5SyncML: remove misuse of Transfer-Encoding: chunked
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.
Showing
Please register or sign in to comment