You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 anErr
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
The text was updated successfully, but these errors were encountered: