elliottt opened issue #7275.
elliottt assigned issue #7275 to elliottt.
elliottt edited issue #7275:
Currently the
getmethod onfuture-trailersreturnsoption<result<trailers, error>>, where reading no trailers in a request is indicated by thetrailersresult 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
getmethod onfuture-trailersreturnsoption<result<trailers, error>>, where reading no trailers in a request is indicated by thetrailersresult being empty. We should instead returnoption<result<option<trailers>, error>>so that we can indicate success, with no trailers.
Last updated: Dec 13 2025 at 19:03 UTC