qtgrpc/tests/auto
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
..
grpc QGrpcHttp2Channel: Implement dataframe decompression 2025-10-02 07:41:39 +02:00
grpcgen Move the required declarations of out SKIP_COMMAND_LINE_TESTS 2025-08-01 11:18:10 +02:00
grpcquick React on QQmlGrpcMetadata::dataChanged in QQmlGrpcChannelOptions 2024-08-28 14:47:48 +02:00
protobuf Allow enums be non-packed 2025-08-13 10:27:13 +02:00
protobufgen Avoid checking the protoc availablity when crosscompiling 2025-09-09 10:51:21 +02:00
protobufqml Long live mutable getters 2025-04-04 17:45:22 +02:00
protobufqttypes Include what you need: qquaternion.h 2025-07-04 11:38:52 +02:00
protocplugintestcommon CMake: Add qt_autogen_tools_initial_setup calls 2024-10-15 08:24:49 +02:00
shared/data/proto Long live mutable getters 2025-04-04 17:45:22 +02:00
CMakeLists.txt DRY qtgrpcgen and qtprotobufgen tests 2024-09-30 16:06:20 +02:00