Skip to content

Make Content-Transfer-Encoding header work without extra allocations

As long as it contains a common encoding value there's no need to also store that as a QByteArray which is allocated and copied during header parsing.

Merge request reports