h2 protocol error: http2 error v0.12.3
- Dominant language
- Rust
- Stars
- 12.5k
- Forks
- 1.3k
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 24
Description
## 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
Contributor guide
Assessment
This issue has not been assessed yet.