qtgrpc/tests
Dennis Oberst efaba18e4a QGrpcHttp2Channel: Implement dataframe decompression
Implement the missing decompression handling. We were advertising an
accepted encoding of GrpcAcceptEncodingValue("identity,deflate,gzip")
but only ever handled identity (i.e. no compression) !

We now check the negotiated content-encoding in the initialMetadata to
set up the appropriate decompression. Since compression can vary per
message, dynamic processing is required.

[ChangeLog][QGrpcHttp2Channel] Added missing decompression handling for
'deflate' and 'gzip'.

Fixes: QTBUG-129286
Pick-to: 6.10 6.9 6.8
Change-Id: I3ed4af7b21b51c52bccc3e6c314ae166e80c94a8
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
2025-10-02 07:41:39 +02:00
..
auto QGrpcHttp2Channel: Implement dataframe decompression 2025-10-02 07:41:39 +02:00
benchmarks CMake: Add qt_autogen_tools_initial_setup calls 2025-01-06 15:41:39 -03:00
manual grpc benchmarks: fix compiler warnings 2025-08-05 19:23:35 +02:00
CMakeLists.txt Use the upper-case Protobuf module name when looking it 2024-12-03 16:18:57 +01:00