Skip to content
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

h2 protocol error: http2 error v0.12.3 #2081

Open
Quied opened this issue Dec 2, 2024 · 0 comments
Open

h2 protocol error: http2 error v0.12.3 #2081

Quied opened this issue Dec 2, 2024 · 0 comments

Comments

@Quied
Copy link

Quied commented Dec 2, 2024

Bug Report

Version

сargo tree | grep tonic
│ └── tonic v0.12.3
│ └── tonic-build v0.12.3
└── tonic v0.12.3 ()
└── tonic-build v0.12.3 (
)
├── tonic v0.12.3 ()
└── tonic-build v0.12.3 (
)
├── tonic v0.9.2

cargo tree | grep prost  ✔
│ ├── prost v0.13.3
│ │ └── prost-derive v0.13.3 (proc-macro)
│ ├── prost v0.13.3 ()
│ ├── prost-build v0.13.3
│ │ ├── prost v0.13.3
│ │ │ └── prost-derive v0.13.3 (proc-macro) (
)
│ │ ├── prost-types v0.13.3
│ │ │ └── prost v0.13.3 ()
│ ├── prost-types v0.13.3 (
)
├── prost v0.13.3 ()
├── prost v0.13.3 (
)
│ ├── prost v0.11.9

Platform

6.9.12-3-MANJARO

Description

When I tried to send data to the server, I got the following message
In related threads, it has been said that this can happen due to large data, but the limit is set at 400 MB

thread 'tokio-runtime-worker' panicked at 'called Result::unwrap() on an Err value: status: Cancelled, message: "h2 protocol error: http2 error", details: [], metadata: MetadataMap { headers: {} }

Caused by:
0: transport error
1: http2 error
2: stream error received: stream no longer needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant