elliottt opened issue #7275.
elliottt assigned issue #7275 to elliottt.
elliottt edited issue #7275:
Currently the
get
method onfuture-trailers
returnsoption<result<trailers, error>>
, where reading no trailers in a request is indicated by thetrailers
result being empty. We should instead returnoption<result<option<trailers>, error>>
so that we can indicate success, with no trailers.
elliottt closed issue #7275:
Currently the
get
method onfuture-trailers
returnsoption<result<trailers, error>>
, where reading no trailers in a request is indicated by thetrailers
result being empty. We should instead returnoption<result<option<trailers>, error>>
so that we can indicate success, with no trailers.
Last updated: Nov 22 2024 at 17:03 UTC