• Julien Muchembled's avatar
    IngestionPolicy: accept data chunk as application/octet-stream · f2d3826d
    Julien Muchembled authored
    For backward compatibility with ingestion policy scripts, the message body is
    turned into a 'data_chunk' request parameter.
    
    By not having anymore to convert to/from application/x-www-form-urlencoded,
    this fixes a severe performance issue, in particular when ingesting a lot of
    data with fluentd (Ruby uses regex to convert).
    
    /reviewed-on !28
    f2d3826d
document.erp5.IngestionPolicy.py 3.09 KB