Emmanuel Jorge

Results 3 comments of Emmanuel Jorge

Ok, I answer myself : ``` qoa_desc qoa = {...} // Conversion from planar to interleaved PCM format // and conversion from float32 to int16 (possible data loss) // 0..............qoa.samples.......qoa.samples...

According to the Chromium implmentation, see [content/browser/loader/navigation_url_loader_impl.cc](https://source.chromium.org/chromium/chromium/src/+/main:content/browser/loader/navigation_url_loader_impl.cc;l=1825) and [net/url_request/redirect_util.cc ](https://source.chromium.org/chromium/chromium/src/+/main:net/url_request/redirect_util.cc;l=20), removed headers may be set before merging modified headers. Actually, the following code may fix the issue: ``` diff --git...

I've just tested cefclient (windows build) downloaded from https://cef-builds.spotifycdn.com/cef_binary_135.0.21%2Bgd008a99%2Bchromium-135.0.7049.96_windows32_client.tar.bz2 and got the same result: ![Image](https://github.com/user-attachments/assets/05696eff-d6eb-45a2-8fdf-d738455683db)