Abel Feng

Results 80 comments of Abel Feng

Please take a look at this PR while you have time. @mxpv @dmcgowan @fuweid

@mxpv Could you please take a look at this PR again? I realized that the change of plugin name may related to the change of config and config migration. Maybe...

The ttrpc-rust checks if there is no data in the request by FLAG_NO_DATA set. but golang version do not set this flag even it has no data ``` let no_data...

It seems golang version of ttrpc fix the empty payload by checking if the client stream is set. Shall rust version follow that logic?

https://github.com/containerd/ttrpc/blob/v1.2.4/services.go#L147 @wllenyj @Tim-Zhang