containerd / containerd/ttrpc-rust
ttrpc golang stream request with no FLAG_NO_DATA set
Open
- Dominant language
- Rust
- Stars
- 369
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
The empty request is determined by whether FLAG_NO_DATA is set after #208 , but golang ttrpc seems not set this flag even it is an empty request. https://github.com/containerd/ttrpc/blob/main/client.go#L495. Shall we make it compatible with the case that client is golang? or do we set the flag in golang ttrpc?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.