-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GRPC server seems to always compress messages even if client does not support it. #669
Labels
Comments
Removing compression using
does not make a difference. |
Version: "3.2.4" is also affected. |
Tested on android and on osx, both platforms have the issue. |
After some debugging, these are my results:
This means the grpc message is ill-constructed. The correct condition should be
|
RubenGarcia
pushed a commit
to RubenGarcia/grpc-dart
that referenced
this issue
Mar 19, 2024
RubenGarcia
added a commit
to RubenGarcia/grpc-dart
that referenced
this issue
Mar 19, 2024
Merge request fixing the issue. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<version of the grpc-dart packages used; see your
pubspec.lock
file>grpc:
dependency: "direct main"
description:
name: grpc
sha256: "220ffb2218288f4e7dea487242e08b9c6277596d9b6f3f10ba50be96771a032d"
url: "https://pub.dev"
source: hosted
version: "3.2.3"
Repro steps
Expected result:
The client receives the correct answer
Actual result:
Request sent 'identity' grpc-encoding value with compressed message. #19
The text was updated successfully, but these errors were encountered: